-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
40 lines (40 loc) · 1012 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
{
"name": "obesity-visualization",
"version": "1.0.0",
"description": "A visualization to show the difference in obesity across age groups in the United States",
"main": "index.js",
"scripts": {
"prepublish": "gulp",
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node ./bin/www"
},
"keywords": [
"d3",
"obesity",
"node",
"express"
],
"author": "Benjamin King <[email protected]> (benkingportfolio.herokuapp.com)",
"license": "ISC",
"dependencies": {
"express": "^4.13.4",
"morgan": "^1.7.0"
},
"devDependencies": {
"babel-eslint": "^6.0.2",
"babel-preset-es2015": "^6.6.0",
"babelify": "^7.2.0",
"browserify": "^13.0.0",
"d3": "^3.5.16",
"eslint": "^2.7.0",
"evemit": "^1.0.2",
"gulp": "^3.9.1",
"gulp-sourcemaps": "^1.6.0",
"gulp-uglify": "^1.5.3",
"mocha": "^2.4.5",
"sinon": "^1.17.3",
"spin": "0.0.1",
"vinyl-buffer": "^1.0.0",
"vinyl-source-stream": "^1.1.0"
}
}