-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
46 lines (46 loc) · 1.11 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
{
"name": "collider.jam",
"version": "0.0.12",
"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",
"collider-dev.mix": "git+https://github.com/invider/collider-dev.mix.git",
"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"
}