forked from melonjs/melonJS
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
44 lines (44 loc) · 1.09 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
{
"name": "melonJS",
"version": "4.0.0",
"description": "MelonJS Game Engine",
"homepage": "http://www.melonjs.org/",
"repository": {
"type": "git",
"url": "https://github.com/melonjs/melonJS"
},
"bugs": {
"url": "https://github.com/melonjs/melonJS/issues"
},
"license": "MIT",
"author": {
"name": "melonJS",
"email": "[email protected]"
},
"engines": {
"node": ">= 0.10.0"
},
"main": "build/melonJS.js",
"dependencies": {},
"devDependencies": {
"dot": "git+https://github.com/parasyte/doT.git#bug/replace-ext",
"grunt": "^0.4.5",
"grunt-build-gh-pages": "^1.0.5",
"grunt-contrib-clean": "^0.7.0",
"grunt-contrib-concat": "^0.5.1",
"grunt-contrib-connect": "^0.11.2",
"grunt-contrib-copy": "^0.8.2",
"grunt-contrib-jasmine": "^1.0.0",
"grunt-contrib-jshint": "^0.11.3",
"grunt-contrib-uglify": "^0.11.0",
"grunt-jsdoc": "^1.1.0",
"grunt-replace": "^0.11.0",
"grunt-shell": "^1.1.2",
"q": "^1.4.1",
"shelljs": "^0.5.3"
},
"scripts": {
"release": "grunt release",
"test": "grunt test"
}
}