forked from cykod/Quintus
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 658 Bytes
/
package.json
File metadata and controls
34 lines (34 loc) · 658 Bytes
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
{
"name": "quintus",
"version": "0.2.0",
"description": "The Quintus game engine enhanced for use with Browserify",
"repository": {
"type": "git",
"url": "git://github.com/seanewest/Quintus"
},
"homepage": "https://github.com/seanewest/Quintus",
"keywords": [
"game",
"browserify",
"html5",
"canvas",
"box2d",
"physics",
"engine",
"2d",
"graphics"
],
"licenses": [
{
"type": "MIT",
"url": "http://opensource.org/licenses/MIT"
},
{
"type": "GPLv2",
"url": "http://opensource.org/licenses/GPL-2.0"
}
],
"dependencies": {
"box2dweb": "^2.1.0-b"
}
}