forked from texastribune/god-n-gov
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
53 lines (53 loc) · 1.44 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
{
"private": true,
"config": {
"s3_bucket": "apps.texastribune.org",
"slug": "god-and-governing"
},
"devDependencies": {
"async": "^1.4.2",
"autoprefixer-core": "^5.2.1",
"babel-core": "^5.8.23",
"browser-sync": "^2.8.2",
"chalk": "^1.1.1",
"del": "^2.0.0",
"googleapis": "^2.1.3",
"gulp": "^3.9.0",
"gulp-cache": "^0.3.0",
"gulp-if": "^1.2.5",
"gulp-imagemin": "^2.3.0",
"gulp-jshint": "^1.11.2",
"gulp-load-plugins": "^0.10.0",
"gulp-minify-css": "^1.2.1",
"gulp-minify-html": "^1.0.4",
"gulp-postcss": "^5.1.10",
"gulp-sass": "^2.0.4",
"gulp-size": "^2.0.0",
"gulp-sourcemaps": "^1.5.2",
"ini": "^1.3.4",
"jshint-stylish": "^2.0.1",
"marked": "^0.3.5",
"nconf": "^0.7.2",
"nunjucks": "^2.0.0",
"request": "^2.61.0",
"run-sequence": "^1.1.2",
"untildify": "^2.1.0",
"vinyl-map": "^1.0.1",
"xlsx": "^0.8.0",
"yargs": "^3.23.0"
},
"dependencies": {
"newsapps-styles": "^1.1.0"
},
"scripts": {
"assets/pull": "./bin/pull_assets_from_s3.sh",
"assets/push": "./bin/push_assets_to_s3.sh",
"build": "gulp build --production",
"deploy": "./bin/deploy.sh && npm run assets/push",
"serve": "gulp serve",
"serve/production": "gulp serve --production",
"spreadsheet/authorize": "./bin/authorize.js",
"spreadsheet/edit": "./bin/edit_spreadsheet.js",
"spreadsheet/fetch": "./bin/fetch_spreadsheet.js"
}
}