forked from shogoki-vnz/CraftyBox2D
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
29 lines (29 loc) · 800 Bytes
/
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
{
"name": "CraftyBox2d",
"version": "0.2",
"title": "Crafty Box2D component",
"author": {
"name": "Jhean Ceballos",
"url": "http://zombirriondo.com/"
},
"licenses": [
{
"type": "MIT",
"url": "http://www.opensource.org/licenses/mit-license.php"
},
{
"type": "GPL",
"url": "http://www.opensource.org/licenses/gpl-license.php"
}
],
"description": "CraftyBox2d is a component that facilitates the use of the Physics Engine Box2D.",
"keywords": [
"framework",
"javascript"
],
"jsfiddle" : "http://jsfiddle.net/shogoki_vnz/ksUhA/102/embedded/",
"homepage": "https://github.com/shogoki-vnz/CraftyBox2D",
"files": [
"box2d.js"
]
}