-
Notifications
You must be signed in to change notification settings - Fork 28
/
package.json
45 lines (45 loc) · 1.09 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
{
"name": "phonegap-build-api",
"description": "REST Client for the PhoneGap Build API",
"version": "1.0.0",
"homepage": "http://github.com/phonegap/node-phonegap-build-api",
"repository": {
"type": "git",
"url": "git://github.com/phonegap/node-phonegap-build-api.git"
},
"keywords": [
"phonegap",
"phonegap build"
],
"preferGlobal": false,
"main": "./lib/client.js",
"scripts": {
"test": "jasmine"
},
"engines": {
"node": ">=6.0.0"
},
"dependencies": {
"request": "^2.88.0"
},
"devDependencies": {
"jasmine": "^3.2.0"
},
"optionalDependencies": {},
"contributors": [
{
"name": "Michael Brooks",
"email": "[email protected]",
"url": "http://michaelbrooks.ca/"
},
{
"name": " Fil Maj",
"email": "[email protected]",
"url": "http://filmaj.ca"
},
{
"name": "Jesse MacFadyen",
"url": "https://github.com/purplecabbage"
}
]
}