-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
42 lines (42 loc) · 992 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
41
42
{
"name": "baseball-stadium-food",
"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": {
"autoprefixer": "^7.1.2",
"babel-preset-es2015": "^6.9.0",
"babelify": "^7.3.0",
"browserify": "^10.2.4",
"cssnano": "^3.10.0",
"grunt": "^0.4.5",
"grunt-browserify": "^3.8.0",
"grunt-contrib-watch": "^0.6.1",
"grunt-postcss": "^0.8.0",
"grunt-sass": "^1.2.0",
"grunt-svgstore": "^1.0.0",
"minifyify": "^7.3.3",
"trib-styles": "git+https://tribune.unfuddle.com/git/tribune_trib-styles/",
"browserslist": [
"> 1%",
"last 4 versions",
"not IE < 11"
]
},
"browserify": {
"debug": true
},
"tribune": {}
}