forked from csantanapr/grunt-cordovacli
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
53 lines (53 loc) · 1.19 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
47
48
49
50
51
52
53
{
"name": "grunt-cordovacli",
"description": "Wraps a web application as a hybrid app with Apache Cordova CLI 3.x",
"version": "0.5.1",
"homepage": "https://github.com/csantanapr/grunt-cordovacli",
"author": {
"name": "Carlos Santana",
"url": "https://github.com/csantanapr"
},
"repository": {
"type": "git",
"url": "git://github.com/csantanapr/grunt-cordovacli.git"
},
"bugs": {
"url": "https://github.com/csantanapr/grunt-cordovacli/issues"
},
"licenses": [
{
"type": "Apache-2.0",
"url": "https://github.com/csantanapr/grunt-cordovacli/blob/master/LICENSE-Apache-2.0"
}
],
"main": "Gruntfile.js",
"engines": {
"node": ">= 0.10.32"
},
"scripts": {
"test": "grunt test"
},
"devDependencies": {
"grunt": "^0.4.5",
"cordova": ">=3",
"grunt-cli": "^0.1.13",
"grunt-contrib-clean": "^0.6.0",
"grunt-contrib-jshint": "^0.10.0",
"grunt-contrib-nodeunit": "^0.4.0"
},
"peerDependencies": {
"grunt": "^0.4.5",
"cordova": ">=3"
},
"keywords": [
"gruntplugin",
"grunt",
"cordova",
"cordova-cli",
"phonegap"
],
"directories": {
"test": "test"
},
"license": "Apache-2.0"
}