forked from craftyjs/Crafty
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
50 lines (50 loc) · 1.23 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
47
48
49
50
{
"name": "crafty",
"version": "0.4.5",
"title": "Crafty game framework",
"author": {
"name": "Louis Stowasser",
"url": "http://craftyjs.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": "Crafty is a modern component and event based framework for javascript games that targets DOM and canvas. Check out the DEV version if you want to play with the latest and greatest.",
"keywords": [
"framework",
"javascript"
],
"jsfiddle" : "disable",
"homepage": "https://github.com/louisstow/Crafty",
"files": [
"src/license.txt",
"src/core.js",
"src/intro.js",
"src/HashMap.js",
"src/2D.js",
"src/collision.js",
"src/DOM.js",
"src/extensions.js",
"src/canvas.js",
"src/controls.js",
"src/animation.js",
"src/sprite.js",
"src/drawing.js",
"src/isometric.js",
"src/particles.js",
"src/sound.js",
"src/html.js",
"src/storage.js",
"src/text.js",
"src/loader.js",
"src/math.js",
"src/outro.js"
]
}