-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 827 Bytes
/
package.json
File metadata and controls
33 lines (33 loc) · 827 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
{
"name": "libremap-api",
"version": "0.1.0",
"description": "CouchDB server design document for LibreMap",
"repository": {
"type": "git",
"url": "git://github.com/libremap/libremap-api.git"
},
"keywords": [
"libremap",
"map",
"wifi",
"community",
"network"
],
"author": "André Gaul <gaul@web-yard.de>",
"license": "GPLv3",
"bugs": {
"url": "https://github.com/libremap/libremap-api/issues"
},
"devDependencies": {
"grunt": "~0.4.1",
"grunt-contrib-jshint": "~0.6.4",
"underscore": "~1.5.2",
"grunt-couch": "~1.2.3",
"couchmap-common": "libremap/couchmap-common",
"libremap-common": "libremap/libremap-common",
"browserify": "~2.35",
"grunt-browserify": "~1.2.8",
"grunt-replace": "~0.5.1",
"grunt-contrib-concat": "~0.3.0"
}
}