-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
48 lines (48 loc) · 1.14 KB
/
package.json
File metadata and controls
48 lines (48 loc) · 1.14 KB
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
{
"name": "fire-tracker-map",
"description": "",
"version": "0.0.1",
"author": "Emma O'Neill",
"repository": {
"type": "git",
"url": "https://github.com/sfchronicle/fire-tracker-map.git"
},
"dependencies": {
"archieml": "^0.3.1",
"async": "^2.2.0",
"babel-preset-env": "^1.6.1",
"babel-preset-es2015": "^6.24.1",
"babelify": "^7.3.0",
"browser-pack-flat": "^3.0.5",
"browserify": "^13.0.0",
"chalk": "^1.0.0",
"commonmark": "^0.24.0",
"csv": "^0.4.2",
"d3": "^5.5.0",
"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",
"request": "^2.83.0",
"resolve": "^1.1.7",
"shelljs": "^0.6.0",
"through2": "^2.0.0",
"typogr": "^0.6.8",
"xml2js": "^0.4.19"
},
"browser": {
"share": "./src/js/lib/share.min.js"
},
"browserify": {
"transform": [
"./tasks/lib/browserify-less",
"./tasks/lib/browserify-text"
]
}
}