forked from iceddev/frozen
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
40 lines (40 loc) · 1.15 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
{
"name": "frozen",
"description": "Frozen is an open-source HTML5 game engine delivering ease-of-use, rapid development through tooling and modularity.",
"version": "0.4.0",
"devDependencies": {
"grunt": "~0.4.1",
"grunt-dojo": "~0.2.3",
"grunt-open": "~0.2.0",
"grunt-jsdoc": "~0.3.2",
"grunt-contrib-copy": "~0.4.1",
"grunt-contrib-watch": "~0.4.4",
"grunt-contrib-jshint": "~0.6.0",
"grunt-contrib-jasmine": "~0.5.0",
"grunt-contrib-connect": "~0.3.0",
"frozen-jsdoc-template": "git+https://github.com/frozenjs/jsdoc-template.git"
},
"volo": {
"baseUrl": "deps",
"dependencies": {
"dojo": "github:dojo/dojo/1.8.3",
"util": "github:dojo/util/1.8.3",
"dcl": "github:uhop/dcl/1.0.2",
"Box2d.min": "https://box2dweb.googlecode.com/svn/trunk/Box2d.min.js",
"lodash": "github:bestiejs/lodash/v1.3.1",
"hammer/hammer": "github:phated/hammer.js/frozen"
}
},
"jam": {
"dependencies": {
"dojo": "1.8.3",
"dcl": "1.0.2",
"box2dweb": "2.1.3",
"lodash": "1.3.1"
}
},
"scripts": {
"test": "grunt"
},
"dojoBuild": "frozen.profile.js"
}