23 lines
585 B
JSON
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"
|
||
|
}
|
||
|
}
|