This commit is contained in:
mig 2017-04-27 14:57:19 +02:00
parent be5f60f2dd
commit ff4f9e641e

View file

@ -1,15 +1,15 @@
{
"name": "jocly",
"version": "0.9.1",
"version": "1.0.0",
"description": "Board games 3D/2D UI and AI web library",
"keywords": [
"board games",
"chess",
"draughts",
"variants",
"webgl",
"webvr",
"javascript"
"board games",
"chess",
"draughts",
"variants",
"webgl",
"webvr",
"javascript"
],
"homepage": "https://github.com/mi-g/jocly",
"bugs": "https://github.com/mi-g/jocly/issues",
@ -21,8 +21,8 @@
},
"main": "dist/node/jocly.core.js",
"repository": {
"type": "git",
"url": "https://github.com/mi-g/jocly.git"
"type": "git",
"url": "https://github.com/mi-g/jocly.git"
},
"scripts": {
"build": "gulp build --prod"
@ -50,7 +50,7 @@
"dependencies": {
"systemjs": "^0.20.10"
},
"engines" : {
"node" : ">=5.10.1"
}
"engines": {
"node": ">=5.10.1"
}
}