forked from csantanapr/grunt-cordovacli
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
55 lines (55 loc) · 1.26 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
54
55
{
"name": "grunt-cordovacli",
"description": "Wraps a web application as a hybrid app with Apache Cordova CLI or Crome Cordova Apps CLI ",
"version": "1.0.2-dev",
"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.12.13"
},
"scripts": {
"test": "grunt test",
"grunt": "grunt"
},
"devDependencies": {
"grunt": "^1.0.0",
"cordova": "^6.1.0",
"cca": "^0.8.1",
"grunt-contrib-clean": "^1.0.0",
"grunt-contrib-jshint": "^1.0.0",
"grunt-contrib-nodeunit": "^1.0.0"
},
"peerDependencies": {
"grunt": ">=0.4.5",
"cordova": ">=3.0.0",
"cca": ">=0.5.1"
},
"keywords": [
"gruntplugin",
"grunt",
"cordova",
"cordova-cli",
"phonegap"
],
"directories": {
"test": "test"
},
"license": "Apache-2.0"
}