forked from Squareys/jocly
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
60 lines (60 loc) · 1.39 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
50
51
52
53
54
55
56
57
58
59
60
{
"name": "jocly",
"version": "0.9.13",
"description": "Board games 3D/2D UI and AI web library",
"keywords": [
"board games",
"chess",
"draughts",
"variants",
"webgl",
"webvr",
"javascript"
],
"homepage": "https://github.com/mi-g/jocly",
"bugs": "https://github.com/mi-g/jocly/issues",
"license": "AGPL-3.0 OR SEE LICENSE IN COPYING.md",
"author": {
"email": "[email protected]",
"name": "Michel Gutierrez",
"url": "https://github.com/mi-g"
},
"main": "dist/node/jocly.core.js",
"repository": {
"type": "git",
"url": "https://github.com/mi-g/jocly.git"
},
"scripts": {
"build": "gulp build --prod"
},
"devDependencies": {
"babel-core": "^6.10.4",
"babel-preset-es2015": "^6.24.0",
"browserify": "^14.1.0",
"del": "^2.2.2",
"gulp": "^4.0.2",
"gulp-add": "0.0.2",
"gulp-babel": "^6.1.2",
"gulp-concat": "^2.6.1",
"gulp-debug": "^3.1.0",
"gulp-if": "^2.0.2",
"gulp-rename": "^1.2.2",
"gulp-sourcemaps": "^2.4.1",
"gulp-uglify": "^2.1.2",
"gulp4-run-sequence": "^1.0.1",
"jquery": "^3.2.1",
"merge-stream": "^1.0.1",
"through2": "^2.0.3",
"vinyl-buffer": "^1.0.0",
"vinyl-source-stream": "^2.0.0"
},
"dependencies": {
"gulp-util": "^3.0.8",
"systemjs": "^0.20.10",
"three": "^0.98.0",
"vinyl": "^2.2.0"
},
"engines": {
"node": ">=5.10.1"
}
}