-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
44 lines (44 loc) · 1008 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
43
44
{
"name": "trump-medicaid",
"version": "0.0.1",
"description": "",
"main": "index.js",
"scripts": {
"start": "gulp",
"build-local": "gulp -b local",
"build-move": "gulp -b move",
"build-commit": "gulp -b commit",
"build-push": "gulp -b push",
"build": "npm run build-local"
},
"author": "Quartz",
"license": "ISC",
"repository": {
"type": "git",
"url": ""
},
"dependencies": {
"lodash": "^4.17.4"
},
"devDependencies": {
"archieml": "^0.3.1",
"browser-sync": "^2.9.11",
"browserify": "^12.0.1",
"d3": "^3.5.6",
"d3-geo-projection": "^1.0.3",
"d3-request": "^0.4.7",
"del": "^2.0.2",
"gulp": "^3.6.2",
"gulp-changed": "^1.3.0",
"gulp-jade": "^1.1.0",
"gulp-preprocess": "^1.2.0",
"gulp-shell": "^0.2.5",
"gulp-stylus": "^2.1.0",
"nib": "^1.0.2",
"nomnom": "^1.8.0",
"request": "^2.65.0",
"topojson": "1.6.27",
"uglifyify": "^3.0.1",
"vinyl-source-stream": "^1.1.0"
}
}