-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
49 lines (49 loc) · 1.15 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
{
"name": "riots-chicago-1968-mlk",
"version": "0.0.1",
"description": "",
"main": "js/src/app.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "grunt",
"watch": "grunt watch",
"publish": "grunt && tarbell publish",
"publish:production": "grunt && tarbell publish production"
},
"repository": {
"type": "git",
"url": ""
},
"keywords": [],
"author": "Chicago Tribune News Applications",
"license": "MIT",
"devDependencies": {
"autoprefixer": "^7.1.3",
"babel-preset-env": "^1.6.0",
"babelify": "^7.3.0",
"browserify": "^14.4.0",
"grunt": "^1.0.1",
"grunt-browserify": "^5.2.0",
"grunt-contrib-watch": "^1.0.0",
"grunt-postcss": "^0.8.0",
"grunt-sass": "^2.0.0",
"html-entities": "^1.2.1",
"htmlparser2": "^3.9.2",
"minifyify": "^7.3.3",
"trib-styles": "git+ssh://git@tribune.unfuddle.com:tribune/trib-styles.git"
},
"browserify": {
"debug": true
},
"tribune": {},
"browserslist": [
"> 1%",
"last 2 versions",
"ie >= 11"
],
"dependencies": {
"d3": "^5.0.0",
"in-view": "^0.6.1",
"swiper": "^4.2.0"
}
}