-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
60 lines (60 loc) · 1.5 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
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
{
"name": "pwd-waterworks-revealed",
"version": "0.0.1",
"description": "Explore Fairmount Water Works",
"repository": {
"type": "git",
"url": "git://github.com/azavea/pwd-waterworks-revealed.git"
},
"dependencies": {
"baconjs": "^0.7.10",
"fastclick": "^1.0.6",
"grunt": "^0.4.4",
"leaflet": "0.7.x",
"lodash": "^2.4.1",
"zepto": "0.0.4"
},
"devDependencies": {
"browserify": "^4.0.0",
"browserify-shim": "^3.4.1",
"grunt": "^0.4.4",
"grunt-browserify": "2.1.x",
"grunt-contrib-clean": "^0.5.0",
"grunt-contrib-compress": "^0.8.0",
"grunt-contrib-concat": "^0.4.0",
"grunt-contrib-copy": "^0.5.0",
"grunt-contrib-cssmin": "^0.9.0",
"grunt-contrib-jshint": "^0.10.0",
"grunt-contrib-uglify": "^0.4.0",
"grunt-contrib-watch": "~0.6.1",
"grunt-sass": "^0.12.1",
"jstify": "~0.2.0",
"phonegap": "^5.0.0-0.28.1"
},
"browser": {
"zepto": "./src/js/lib/zepto.js",
"jquery": "./src/js/shim/jquery.js",
"bootstrap": "./src/js/shim/bootstrap.min.js",
"bootstrap-dialog": "./src/js/shim/bootstrap-dialog.min.js",
"Snap": "./src/js/shim/snap.min.js"
},
"browserify-shim": {
"zepto": {
"exports": "$"
},
"bootstrap": {
"depends": "jquery:jQuery",
"exports": "bootstrap"
},
"bootstrap-dialog": {
"depends": [
"jquery:jQuery",
"bootstrap:bootstrap"
],
"exports": "BootstrapDialog"
},
"Snap": {
"exports": "Snap"
}
}
}