UNPKG

jocly

Version:

Board games 3D/2D UI and AI web library

63 lines (62 loc) 1.48 kB
{ "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" } }