jocly/package.json

57 lines
1.3 KiB
JSON
Raw Permalink Normal View History

2017-03-29 17:30:37 +02:00
{
"name": "jocly",
2017-06-20 09:15:45 +02:00
"version": "0.9.12",
2017-04-27 07:41:02 +02:00
"description": "Board games 3D/2D UI and AI web library",
"keywords": [
2017-04-27 14:57:19 +02:00
"board games",
"chess",
"draughts",
"variants",
"webgl",
"webvr",
"javascript"
2017-04-27 07:41:02 +02:00
],
"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",
2017-03-29 17:30:37 +02:00
"author": {
"email": "mig@jocly.com",
"name": "Michel Gutierrez",
"url": "https://github.com/mi-g"
},
2017-04-27 07:14:02 +02:00
"main": "dist/node/jocly.core.js",
2017-04-27 07:41:02 +02:00
"repository": {
2017-04-27 14:57:19 +02:00
"type": "git",
"url": "https://github.com/mi-g/jocly.git"
2017-04-27 07:41:02 +02:00
},
2017-03-29 17:30:37 +02:00
"scripts": {
2017-04-27 07:41:02 +02:00
"build": "gulp build --prod"
2017-03-29 17:30:37 +02:00
},
"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"
2017-03-30 11:52:36 +02:00
},
2017-04-27 14:57:19 +02:00
"engines": {
"node": ">=5.10.1"
}
2017-03-29 17:30:37 +02:00
}