browser-game-loop
Version:
Game loop for browser
39 lines • 1.03 kB
JSON
{
"name": "browser-game-loop",
"description": "Game loop for browser",
"main": "gameLoop.js",
"repository": {
"type": "git",
"url": "https://github.com/cstuncsik/browser-game-loop.git"
},
"keywords": [
"browser",
"game",
"main",
"loop"
],
"author": "Csaba Tuncsik <csaba.tuncsik@gmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/cstuncsik/browser-game-loop/issues"
},
"homepage": "https://github.com/cstuncsik/browser-game-loop#readme",
"scripts": {
"commit": "git-cz",
"build": "uglifyjs src/gameLoop.js --screw-ie8 -m -o gameLoop.js",
"prepublish": "npm run build",
"semantic-release": "semantic-release pre && npm publish && semantic-release post"
},
"devDependencies": {
"commitizen": "^2.9.6",
"cz-conventional-changelog": "^2.0.0",
"semantic-release": "^6.3.2",
"uglify-js": "^2.8.19"
},
"config": {
"commitizen": {
"path": "node_modules/cz-conventional-changelog"
}
},
"version": "1.4.1"
}