-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
40 lines (40 loc) · 953 Bytes
/
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
{
"name": "refugees-in-illinois",
"version": "0.0.1",
"description": "",
"main": "js/src/app.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "grunt",
"watch": "grunt watch"
},
"repository": {
"type": "git",
"url": ""
},
"keywords": [],
"author": "Chicago Tribune News Applications",
"license": "MIT",
"devDependencies": {
"babelify": "^7.3.0",
"babel-preset-es2015": "^6.9.0",
"browserify": "^10.2.4",
"grunt": "^0.4.5",
"grunt-browserify": "^3.8.0",
"grunt-contrib-watch": "^0.6.1",
"grunt-sass": "^1.2.0",
"minifyify": "^7.3.3",
"trib-styles": "git+https://tribune.unfuddle.com/git/tribune_trib-styles/"
},
"browserify": {
"debug": true
},
"tribune": {},
"dependencies": {
"d3": "^4.4.4",
"leaflet": "^1.0.3",
"leaflet-providers": "^1.1.16",
"lodash.debounce": "^4.0.8",
"lodash.filter": "^4.6.0"
}
}