-
Notifications
You must be signed in to change notification settings - Fork 25
/
package.json
56 lines (56 loc) · 1.44 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
56
{
"name": "phonegap-build",
"description": "PhoneGap Build node library.",
"version": "1.0.0",
"homepage": "http://github.com/phonegap/node-phonegap-build",
"repository": {
"type": "git",
"url": "git://github.com/phonegap/node-phonegap-build.git"
},
"keywords": [
"phonegap",
"phonegap build",
"phonegap-build",
"phonegapbuild",
"cordova"
],
"main": "./lib/main.js",
"scripts": {
"test": "jasmine"
},
"engines": {
"node": ">=6.0.0"
},
"dependencies": {
"colors": "0.6.x",
"jasmine": "^3.2.0",
"optimist": "0.3.x",
"phonegap-build-api": "1.0.0",
"prompt": "0.2.x",
"qrcode-terminal": "0.8.x",
"shelljs": "0.0.x"
},
"devDependencies": {},
"optionalDependencies": {},
"contributors": [
{
"name": "Michael Brooks",
"email": "[email protected]",
"url": "http://michaelbrooks.ca"
},
{
"name": "Mathijs de Bruin",
"email": "[email protected]",
"url": "http://djangopeople.net/dokterbob"
},
{
"name": "Benn Mapes",
"email": "[email protected]",
"url": "http://github.com/bennmapes"
},
{
"name": "Jesse MacFadyen",
"url": "https://github.com/purplecabbage"
}
]
}