56 lines
1.3 KiB
JSON
56 lines
1.3 KiB
JSON
{
|
|
"name": "jocly",
|
|
"version": "0.9.12",
|
|
"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-preset-es2015": "^6.24.0",
|
|
"browserify": "^14.1.0",
|
|
"del": "^2.2.2",
|
|
"gulp": "^3.9.1",
|
|
"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",
|
|
"jquery": "^3.2.1",
|
|
"merge-stream": "^1.0.1",
|
|
"run-sequence": "^1.2.2",
|
|
"through2": "^2.0.3",
|
|
"vinyl-buffer": "^1.0.0",
|
|
"vinyl-source-stream": "^1.1.0"
|
|
},
|
|
"dependencies": {
|
|
"systemjs": "^0.20.10"
|
|
},
|
|
"engines": {
|
|
"node": ">=5.10.1"
|
|
}
|
|
}
|