-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
64 lines (64 loc) · 2.02 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
57
58
59
60
61
62
63
64
{
"name": "precinct-election",
"version": "1.0.0",
"description": "Map election results across Atlanta precincts",
"main": "assets/index.js",
"scripts": {
"serve-dev": "rimraf ./dist/dev && gulp serve",
"serve-iframe": "rimraf ./dist/dev && gulp serve",
"serve-prod": "gulp serve --production",
"build-prod": "rimraf ./dist/prod && gulp build --production",
"deploy-staging": "rimraf ./dist/dev && gulp deploy --staging",
"deploy-production": "rimraf ./dist/prod && gulp deploy --production",
"update-data": "python data_cleaning/2016/clarity_live.py"
},
"repository": {
"type": "git",
"url": "[email protected]:ajcnewsapp/burns-june-police-shooting.git"
},
"keywords": [],
"author": "Jonathan Cox",
"license": "MIT",
"homepage": "https://bitbucket.org/ajcnewsapp/burns-june-police-shooting#readme",
"devDependencies": {
"aws-sdk": "^2.5.4",
"babel-core": "^6.13.2",
"babel-preset-es2015": "^6.13.2",
"babelify": "^7.3.0",
"browser-sync": "^2.14.3",
"browserify": "^13.1.0",
"buffer": "^4.9.1",
"compression-webpack-plugin": "^0.3.1",
"cron": "^1.1.1",
"css-loader": "^0.23.1",
"d3": "^4.2.4",
"gulp": "github:gulpjs/gulp#4.0",
"gulp-awspublish": "^3.3.0",
"gulp-cssnano": "^2.1.2",
"gulp-jsonminify": "^1.0.0",
"gulp-livereload": "^3.8.1",
"gulp-plumber": "^1.1.0",
"gulp-rename": "^1.2.2",
"gulp-sass": "^2.3.2",
"gulp-sourcemaps": "^1.6.0",
"gulp-uglify": "^2.0.0",
"gulp-webserver": "^0.9.1",
"jquery": "^3.1.0",
"leaflet": "^1.0.1",
"livereload": "^0.5.0",
"merge-stream": "^1.0.0",
"node-sass": "^3.8.0",
"path": "^0.12.7",
"pym.js": "^1.1.1",
"rename": "^1.0.3",
"s3-deploy": "^0.6.1",
"style-loader": "^0.13.1",
"template-style": "git://github.com/NewsappAJC/digital-design-guide.git#master",
"uglify-js": "^2.7.3",
"uglifyjs": "^2.4.10",
"underscore": "^1.8.3",
"vinyl-buffer": "^1.0.0",
"vinyl-source-stream": "^1.1.0",
"yargs": "^5.0.0"
}
}