-
Notifications
You must be signed in to change notification settings - Fork 26
/
package.json
39 lines (39 loc) · 842 Bytes
/
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
{
"name": "phonegap-air",
"version": "1.1.2",
"description": "Put your web app in the iOS App Store and update it whenever you want",
"main": "index.js",
"scripts": {
"test": "echo \"No tests yet...\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/ben-ng/phonegap-air.git"
},
"keywords": [
"phonegap",
"ota",
"update",
"deploy",
"over",
"the",
"air",
"hybrid",
"ios"
],
"author": "Ben Ng <me@benng.me>",
"license": "MIT",
"bugs": {
"url": "https://github.com/ben-ng/phonegap-air/issues"
},
"homepage": "https://github.com/ben-ng/phonegap-air",
"dependencies": {
"async": "^0.9.0",
"finalhandler": "^0.3.2",
"serve-static": "^1.7.1",
"stratosphere": "^2.4.1"
},
"devDependencies": {
"request": "^2.48.0"
}
}