-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
54 lines (54 loc) · 1.39 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
{
"name": "chinese-regional",
"description": "",
"version": "0.0.1",
"author": "Emma O'Neill",
"repository": {
"type": "git",
"url": "https://github.com/sfchronicle/chinese-regional.git"
},
"dependencies": {
"archieml": "^0.3.1",
"async": "^2.2.0",
"babelify": "^6.0.2",
"browserify": "^13.0.0",
"chalk": "^1.0.0",
"commonmark": "^0.24.0",
"csv": "^0.4.2",
"d3": "^4.12.2",
"exorcist": "^0.4.0",
"google-spreadsheets": "^0.5.1",
"googleapis": "^35.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",
"write": "^2.0.0"
},
"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"
]
},
"scripts": {
"deploy:git": "func() { tasks/pre-build.sh \"$1\" && grunt static && tasks/post-build.sh; }; func",
"auth": "tasks/googleauth.js",
"docs": "tasks/google-docs.js",
"sheets": "tasks/google-sheets.js"
}
}