-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
45 lines (45 loc) · 1.05 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
{
"name": "flu-explainer",
"description": "",
"version": "0.0.1",
"author": "Emma O'Neill",
"repository": {
"type": "git",
"url": "https://github.com/sfchronicle/flu-explainer.git"
},
"dependencies": {
"archieml": "^0.3.1",
"async": "^2.2.0",
"babelify": "^6.0.2",
"browser-pack-flat": "^3.0.5",
"browserify": "^13.0.0",
"chalk": "^1.0.0",
"commonmark": "^0.24.0",
"csv": "^0.4.2",
"d3": "^4.13.0",
"d3-svg-annotation": "^2.2.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",
"resolve": "^1.1.7",
"shelljs": "^0.6.0",
"through2": "^2.0.0",
"typogr": "^0.6.4"
},
"browser": {
"share": "./src/js/lib/share.min.js"
},
"browserify": {
"transform": [
"./tasks/lib/browserify-less",
"./tasks/lib/browserify-text"
]
}
}