-
Notifications
You must be signed in to change notification settings - Fork 28
/
package.json
62 lines (62 loc) · 1.44 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
61
62
{
"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": "mig@jocly.com",
"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": "^7.23.6",
"@babel/preset-env": "^7.23.6",
"babel-loader": "^9.1.3",
"browserify": "^14.5.0",
"del": "^2.2.2",
"gulp": "^4.0.2",
"gulp-add": "^0.0.2",
"gulp-babel": "^8.0.0",
"gulp-concat": "^2.6.1",
"gulp-debug": "^3.2.0",
"gulp-if": "^2.0.2",
"gulp-map": "^0.0.2",
"gulp-rename": "^1.4.0",
"gulp-sourcemaps": "^2.6.5",
"gulp-uglify": "^2.1.2",
"gulp-util": "^3.0.8",
"jquery": "^3.7.1",
"merge-stream": "^1.0.1",
"minimatch": "^9.0.3",
"systemjs": "^0.20.19",
"through2": "^2.0.5",
"vinyl": "^3.0.0",
"vinyl-buffer": "^1.0.1",
"vinyl-source-stream": "^1.1.2"
},
"engines": {
"node": ">=5.10.1"
},
"overrides": {
"graceful-fs": "^4.2.11"
}
}