flappy-es/package.json
2018-12-07 10:48:13 +03:30

23 lines
585 B
JSON

{
"name": "flappy-es",
"version": "1.0.0",
"description": "Playing Flappy Bird using Evolution Strategies ==============================================",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/mdibaiee/flappy-es.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/mdibaiee/flappy-es/issues"
},
"homepage": "https://github.com/mdibaiee/flappy-es#readme",
"devDependencies": {
"orca": "^1.1.1"
}
}