-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
56 lines (56 loc) · 1.31 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
{
"name": "unseen-new-path",
"description": "",
"version": "0.0.1",
"author": "New Media Journalism at UC Berkeley",
"repository": {
"type": "git",
"url": "https://github.com/ucbsoj/unseen-new-path.git"
},
"scripts":{
"deploy": "gh-pages -d build"
},
"dependencies": {
"archieml": "^0.3.1",
"async": "^2.2.0",
"aws-sdk": "^2.2.45",
"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",
"exorcist": "^0.4.0",
"flickity": "^2.2.0",
"gh-pages": "^2.0.1",
"google-spreadsheets": "^0.5.1",
"googleapis": "^39.1.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",
"jquery": "^3.5.0",
"leaflet": "^1.4.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"
]
},
"devDependencies": {
"d3": "^5.9.2"
}
}