-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
46 lines (46 loc) · 1.03 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
45
46
{
"name": "grunt-steroids-setup",
"description": "Add grunt tasks for several Appgyver Steroids commands",
"version": "0.0.12",
"homepage": "https://github.com/TeamPraxis/grunt-steroids-setup",
"author": {
"name": "Justin Zaun",
"email": "[email protected]"
},
"repository": {
"type": "git",
"url": "[email protected]:TeamPraxis/grunt-steroids-setup.git"
},
"licenses": [
{
"type": "MIT",
"url": "https://github.com/juzaun/grunt-steroids-setup/blob/master/LICENSE-MIT"
}
],
"engines": {
"node": ">= 0.8.0"
},
"scripts": {
"test": "grunt test"
},
"dependencies": {
"async": "0.2.10",
"cordova-js": "3.5.3",
"cordova": "3.4.1-0.1.0",
"steroids": "3.1.28",
"plugman": "0.21.0",
"byline": "4.1.1"
},
"devDependencies": {
"grunt-contrib-jshint": "^0.9.2",
"grunt-contrib-clean": "^0.5.0",
"grunt-contrib-nodeunit": "^0.3.3",
"grunt": "~0.4.4"
},
"peerDependencies": {
"grunt": "~0.4.4"
},
"keywords": [
"gruntplugin"
]
}