Files
rl_2d_walker.js/package.json
T
2018-12-01 16:15:07 +08:00

27 lines
648 B
JSON

{
"name": "2d_walker_rl_js",
"version": "0.0.1",
"description": "TODO: Write a project description",
"main": "index.js",
"dependencies": {
"@tensorflow/tfjs": "^0.14.0",
"canvas": "^2.1.0",
"jsdom": "^13.0.0",
"phaser": "^3.15.1"
},
"devDependencies": {},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Jackymancs4/boxidroid.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/Jackymancs4/boxidroid/issues"
},
"homepage": "https://github.com/Jackymancs4/boxidroid#readme"
}