-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
49 lines (49 loc) · 1.16 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
{
"name": "endgame",
"version": "0.0.1",
"description": "A WebRTC-enabled 3D chess game",
"main": "./src/endgame.js",
"engines": {
"node": "6.10.3"
},
"dependencies": {
"promise": "~6.1.0",
"lodash": "~2.4.1"
},
"devDependencies": {
"babel-preset-es2015": "~6.1.18",
"babelify": "~7.2.0",
"browser-sync": "~2.10.0",
"browserify": "~12.0.1",
"extend": "~3.0.0",
"gulp": "~3.9.0",
"gulp-clang-format": "~1.0.23",
"gulp-clean": "~0.3.2",
"gulp-concat": "~2.6.0",
"gulp-eslint": "~2.0.0",
"gulp-inject": "~4.1.0",
"gulp-jasmine": "~2.2.1",
"gulp-minify-css": "~1.2.4",
"gulp-rename": "~1.2.2",
"gulp-rev": "~7.0.0",
"gulp-rev-delete-original": "~0.1.0",
"gulp-sourcemaps": "~1.6.0",
"gulp-uglify": "~1.5.1",
"pre-commit": "~1.1.2",
"vinyl-buffer": "~1.0.0",
"vinyl-source-stream": "~1.1.0",
"watchify": "~3.6.1"
},
"scripts": {
"validate": "gulp validate"
},
"pre-commit": [
"validate"
],
"repository": {
"type": "git",
"url": "https://github.com/voithos/endgame.git"
},
"author": "Zaven Muradyan <[email protected]>",
"license": "MIT"
}