-
Notifications
You must be signed in to change notification settings - Fork 9
/
package.json
47 lines (47 loc) · 1.1 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
{
"name": "chess-dataviz",
"version": "1.0.0",
"description": "",
"scripts": {
"test": "eslint ."
},
"author": "ebemunk <[email protected]>",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/ebemunk/chess-dataviz"
},
"dependencies": {
"bluebird": "^3.0.1",
"chess.js": "^0.9.1",
"colors": "^1.1.2",
"debug": "^2.2.0",
"highland": "^2.5.1",
"lodash": "^3.10.1",
"minimist": "^1.2.0",
"mkdirp": "^0.5.1",
"phantom": "^0.8.0",
"progress": "^1.1.8",
"request": "^2.65.0"
},
"devDependencies": {
"autoprefixer": "^6.0.3",
"babel": "^6.0.14",
"babel-preset-es2015": "^6.0.14",
"babelify": "^7.0.2",
"browser-sync": "^2.9.11",
"browserify": "^12.0.0",
"css-mqpacker": "^4.0.0",
"csswring": "^4.0.0",
"eslint": "^1.7.3",
"gulp": "^3.9.0",
"gulp-less": "^3.0.3",
"gulp-plumber": "^1.0.1",
"gulp-postcss": "^6.0.1",
"gulp-rename": "^1.2.2",
"gulp-sourcemaps": "^1.6.0",
"gulp-uglify": "^1.4.2",
"vinyl-buffer": "^1.0.0",
"vinyl-source-stream": "^1.1.0"
}
}