raingame
Version:
2D game framework
25 lines (24 loc) • 502 B
JSON
{
"name": "raingame",
"version": "1.0.0",
"description": "2D game framework",
"main": "rain.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/awayel/Rain.git"
},
"keywords": [
"game",
"framework",
"2D"
],
"author": "awayel",
"license": "ISC",
"bugs": {
"url": "https://github.com/awayel/Rain/issues"
},
"homepage": "https://github.com/awayel/Rain#readme"
}