-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
37 lines (37 loc) · 1021 Bytes
/
package.json
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
34
35
36
37
{
"name": "couchmap-example",
"version": "0.1.0",
"description": "CouchDB server design document for LibreMap",
"repository": {
"type": "git",
"url": "git://github.com/libremap/couchmap-example.git"
},
"keywords": [
"couchmap",
"couchdb",
"map",
"geocouch"
],
"author": "André Gaul <gaul@web-yard.de>",
"license": "GPLv3",
"bugs": {
"url": "https://github.com/libremap/couchmap-example/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",
"couchmap-backbone": "libremap/couchmap-backbone",
"couchmap-leaflet": "libremap/couchmap-leaflet",
"browserify": "~2.35",
"grunt-browserify": "~1.2.8",
"grunt-replace": "~0.5.1",
"grunt-contrib-concat": "~0.3.0",
"grunt-contrib-copy": "~0.4.1",
"grunt-contrib-connect": "~0.5.0",
"grunt-contrib-watch": "~0.5.3",
"backbone": "~1.1.0"
}
}