forked from cykod/Quintus
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
39 lines (39 loc) · 959 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
30
31
32
33
34
35
36
37
38
39
{
"name": "Quintus",
"homepage": "http://html5quintus.com",
"author": {
"name": "Pascal Rettig",
"email": "html5game@cykod.com"
},
"repository": {
"type": "git",
"url": "git://github.com/cykod/Quintus"
},
"licenses": [
{
"type": "MIT",
"url": "https://github.com/cykod/Quintus/blob/master/MIT-LICENSE.txt"
},
{
"type": "GPLv2",
"url": "https://github.com/cykod/Quintus/blob/master/GPL-LICENSE.txt"
}
],
"version": "0.2.0",
"dependencies": {
"grunt": "~0.4.1",
"grunt-cli": "~0.1.9",
"optimist": "~0.6.0",
"grunt-contrib-uglify": "~0.2.0",
"grunt-contrib-jshint": "~0.4.3",
"grunt-contrib-jasmine": "~0.5.1",
"grunt-contrib-connect": "~0.2.0",
"grunt-contrib-yuidoc": "~0.4.0",
"grunt-exec": "~0.4.0",
"grunt-contrib-concat": "~0.2.0",
"grunt-shell": "~0.3.1",
"temporary": "~0.0.5",
"aws-sdk": "1.4.1",
"docco": "~0.6.2"
}
}