collider.jam
Version:
Hand-crafted game framework for jamming, creative coding and rapid indie game development
47 lines (46 loc) • 1.13 kB
JSON
{
"name": "collider.jam",
"version": "0.3.0",
"description": "Hand-crafted game framework for jamming, creative coding and rapid indie game development",
"keywords": [
"game framework",
"game engine",
"game jamming",
"game prototyping",
"game development",
"gamedev",
"game",
"framework",
"draw",
"canvas",
"HTML5",
"2d",
"visualization"
],
"main": "jam.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"bin": {
"jam": "./jam.js"
},
"homepage": "http://collider.land",
"repository": {
"type": "git",
"url": "https://github.com/invadium/collider.jam.git"
},
"dependencies": {
"archiver": "5.3.2",
"collider-boot.mix": "git+https://github.com/invadium/collider-boot.mix.git#v0.3.0",
"collider-dev.mix": "git+https://github.com/invadium/collider-dev.mix.git#v0.3.0",
"express": "5.2.1",
"express-ws": "5.0.2",
"fs-extra": "11.3.2",
"open": "7.4.2",
"request": "2.88.2",
"socket.io": "4.8.1",
"underscore": "1.13.8"
},
"author": "Igor Khotin & Co.",
"license": "Zlib"
}