collider.jam
Version:
Hand-crafted and fun to use game framework for jamming, creative coding, and rapid game development
47 lines (46 loc) • 1.15 kB
JSON
{
"name": "collider.jam",
"version": "0.1.0",
"description": "Hand-crafted and fun to use game framework for jamming, creative coding, and rapid 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/invider/collider.jam.git"
},
"dependencies": {
"archiver": "^5.1.0",
"collider-boot.mix": "git+https://github.com/invider/collider-boot.mix.git#v0.1.0",
"collider-dev.mix": "git+https://github.com/invider/collider-dev.mix.git#v0.1.0",
"express": "latest",
"express-ws": "latest",
"fs-extra": "latest",
"open": "^7.3.0",
"request": "latest",
"socket.io": "^4.7.2",
"underscore": "^1.11.0"
},
"author": "Igor Khotin & Co.",
"license": "Zlib"
}