2016-01-28 17:36:10 +03:00
|
|
|
{
|
2017-08-23 14:51:37 +03:00
|
|
|
"name": "contacts",
|
|
|
|
"authors": [
|
|
|
|
"Vinzenz Rosenkranz <vinzenz.rosenkranz@gmail.com>"
|
|
|
|
],
|
|
|
|
"description": "Maps app",
|
|
|
|
"license": "AGPL-3.0",
|
|
|
|
"homepage": "https://github.com/nextcloud/maps",
|
2016-01-28 17:36:10 +03:00
|
|
|
"private": true,
|
2017-08-23 14:51:37 +03:00
|
|
|
"ignore": [
|
|
|
|
"**/.*",
|
|
|
|
"node_modules",
|
|
|
|
"bower_components",
|
|
|
|
"tests"
|
|
|
|
],
|
2016-01-28 17:36:10 +03:00
|
|
|
"dependencies": {
|
2017-08-23 14:51:37 +03:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2016-01-28 17:36:10 +03:00
|
|
|
}
|
|
|
|
}
|