shaku
Version:
A simple and effective JavaScript game development framework that knows its place!
40 lines (39 loc) • 916 B
JSON
{
"name": "shaku",
"version": "2.2.4",
"description": "A simple and effective JavaScript game development framework that knows its place!",
"main": "./src/index.js",
"types": "types/index",
"directories": {
"doc": "docs",
"lib": "lib"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "webpack"
},
"repository": {
"type": "git",
"url": "git+https://github.com/RonenNess/Shaku.git"
},
"keywords": [
"web",
"game",
"game",
"webgl",
"gamedev",
"canvas",
"rendering"
],
"devDependencies": {
"unminified-webpack-plugin": "^3.0.0",
"webpack": "^5.4.0",
"webpack-cli": "^4.10.0"
},
"author": "Ronen Ness",
"license": "MIT",
"bugs": {
"url": "https://github.com/RonenNess/Shaku/issues"
},
"homepage": "https://github.com/RonenNess/Shaku#readme"
}