-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
36 lines (36 loc) · 971 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
{
"name": "poll",
"version": "0.0.1",
"author": "Will Strimling <w@ml.to>",
"devDependencies": {
"babel-cli": "^6.4.5",
"babel-core": "^6.7.7",
"babel-eslint": "^4.1.6",
"babel-preset-es2015": "^6.3.13",
"babel-preset-react": "^6.3.13",
"babel-preset-stage-0": "^6.3.13",
"babelify": "^7.2.0",
"bragi-browser": "0.0.12",
"browser-sync": "^2.11.1",
"browserify": "^13.0.0",
"eslint": "^1.10.3",
"eslint-config-standard": "^4.4.0",
"eslint-config-standard-react": "^1.2.1",
"eslint-plugin-react": "^3.16.1",
"eslint-plugin-standard": "^1.3.1",
"gulp": "^3.9.1",
"gulp-autoprefixer": "^3.1.0",
"gulp-gh-pages": "^0.5.4",
"gulp-rename": "^1.2.2",
"gulp-sass": "^2.1.1",
"gulp-shell": "^0.5.2",
"gulp-util": "^3.0.7",
"rimraf": "^2.5.0",
"vinyl-source-stream": "^1.1.0",
"watchify": "^3.7.0"
},
"dependencies": {
"d3": "^3.5.16",
"lodash": "^4.11.1"
}
}