-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
39 lines (39 loc) · 1.09 KB
/
Copy pathpackage.json
File metadata and controls
39 lines (39 loc) · 1.09 KB
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
{
"name": "flixel-js",
"version": "1.0.1",
"description": "Flixel JS is a port to JavaScript of Flixel AS3, it has also some improvements to increase performance.",
"author": "ratalaika && Ratalaika Games <ratalaika@gmail.com> (http://www.ratalaika.com)",
"homepage": "http://www.ratalaika.com",
"bugs": "https://github.com/ratalaika/flixel-js/issues",
"license": "MIT",
"licenseUrl": "http://www.opensource.org/licenses/mit-license.php",
"repository": {
"type": "git",
"url": "https://github.com/ratalaika/flixel-js.git"
},
"keywords": [
"flixel",
"HTML5",
"game",
"game engine",
"canvas",
"2d",
"web audio",
"physics",
"tweens",
"javascript"
],
"devDependencies": {
"grunt": "~0.4.1",
"grunt-contrib-concat": "~0.3.0",
"grunt-contrib-connect": "~0.5.0",
"grunt-contrib-copy": "~0.4.1",
"grunt-contrib-clean": "~0.5.0",
"grunt-contrib-jshint": "~0.8.0",
"grunt-contrib-uglify": "~0.2.4",
"grunt-contrib-watch": "~0.4.4",
"grunt-jsdoc": "~0.5.1",
"grunt-open": "~0.2.0",
"lodash": "~2.2.1"
}
}