mirror of
https://github.com/wassname/rl_2d_walker.js.git
synced 2026-09-25 14:00:47 +08:00
35 lines
892 B
JSON
35 lines
892 B
JSON
{
|
|
"name": "2d_walker_rl_js",
|
|
"version": "0.0.1",
|
|
"description": "TODO: Write a project description",
|
|
"main": "index.js",
|
|
"dependencies": {
|
|
"@tensorflow/tfjs-node": "^0.1.17",
|
|
"@tensorflow/tfjs-node-gpu": "^0.1.17",
|
|
"canvas": "^2.1.0",
|
|
"fs-extra": "^7.0.0",
|
|
"jsdom": "^13.0.0",
|
|
"phaser": "^3.15.1",
|
|
"webpack": "^4.26.1",
|
|
"webpack-dev-server": "^3.1.10"
|
|
},
|
|
"devDependencies": {
|
|
"clean-webpack-plugin": "^1.0.0",
|
|
"html-webpack-plugin": "^3.2.0",
|
|
"webpack-cli": "^3.1.2"
|
|
},
|
|
"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"
|
|
}
|