-
Notifications
You must be signed in to change notification settings - Fork 7
/
package.json
39 lines (39 loc) · 1.13 KB
/
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
38
39
{
"name": "libremap-webui",
"version": "0.1.0",
"description": "webui for the wifi community network map LibreMap",
"authors": [
"André Gaul <[email protected]>",
"Nicolás Echániz <[email protected]>"
],
"repository": {
"type": "git",
"url": "http://github.com/libre-mesh/libremap"
},
"devDependencies": {
"grunt": "~0.4.1",
"grunt-contrib-jshint": "~0.6.4",
"grunt-contrib-uglify": "~0.2.4",
"grunt-contrib-watch": "~0.5.3",
"grunt-contrib-copy": "~0.4.1",
"grunt-contrib-concat": "~0.3.0",
"browserify": "~2.35",
"grunt-browserify": "~1.2.8",
"underscore": "~1.5.2",
"grunt-contrib-connect": "~0.5.0",
"grunt-couch": "~1.2.3",
"grunt-contrib-jst": "~0.5.1",
"grunt-contrib-less": "~0.8.1",
"backbone-deep-model": "andrenarchy/backbone-deep-model"
},
"dependencies": {
"libremap-common": "libremap/libremap-common",
"couchmap-backbone": "libremap/couchmap-backbone",
"couchmap-leaflet": "libremap/couchmap-leaflet",
"couchmap-common": "libremap/couchmap-common",
"backbone": "~1.1.0"
},
"_libremap": {
"api_rev": "1.0"
}
}