forked from Asmor/tsrand
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
37 lines (37 loc) · 856 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
{
"name": "Thundermaster",
"version": "1.0.0",
"homepage": "http://thundermaster.net",
"author": {
"name": "Ian Toltz",
"email": "[email protected]",
"url": "http://asmor.com"
},
"contributors": [
{
"name": "Ian Toltz",
"email": "[email protected]",
"url": "http://asmor.com"
},
{
"name": "Erv Walter",
"email": "[email protected]",
"url": "http://www.ewal.net"
}
],
"engines": {
"node": ">= 0.10.0"
},
"devDependencies": {
"grunt": "^0.4.2",
"grunt-contrib-concat": "^0.3.0",
"grunt-contrib-watch": "^0.5.3",
"grunt-contrib-uglify": "^0.3.2",
"grunt-contrib-jshint": "^0.8.0",
"grunt-contrib-clean": "^0.5.0",
"grunt-contrib-copy": "^0.5.0",
"grunt-contrib-cssmin": "^0.8.0",
"grunt-preprocess": "^4.0.0",
"grunt-env": "^0.4.1"
}
}