-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
49 lines (49 loc) · 1.19 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
{
"name": "sfmarathon-2017",
"description": "",
"version": "0.0.1",
"author": "emma",
"repository": {
"type": "git",
"url": "https://github.com/sfchronicle/sfmarathon-2017.git"
},
"dependencies": {
"archieml": "^0.3.1",
"async": "^2.2.0",
"babelify": "^6.0.2",
"browserify": "^13.0.0",
"calendar-heatmap-mini": "^1.0.3",
"chalk": "^1.0.0",
"commonmark": "^0.24.0",
"csv": "^0.4.2",
"d3": "^4.9.1",
"exorcist": "^0.4.0",
"google-spreadsheets": "^0.5.1",
"googleapis": "^18.0.0",
"grunt": "^1.0.0",
"grunt-contrib-connect": "^1.0.0",
"grunt-contrib-watch": "^1.0.0",
"html-entities": "^1.2.0",
"htmlparser2": "^3.9.0",
"less": "^2.6.1",
"mime": "^1.2.11",
"moment": "^2.18.1",
"resolve": "^1.1.7",
"shelljs": "^0.6.0",
"through2": "^2.0.0",
"typogr": "^0.6.4"
},
"browser": {
"share": "./src/js/lib/share.min.js",
"angular": "angular/angular.min",
"jquery": "jquery/dist/jquery.min",
"leaflet": "leaflet/dist/leaflet.js",
"three": "three/three.min"
},
"browserify": {
"transform": [
"./tasks/lib/browserify-less",
"./tasks/lib/browserify-text"
]
}
}