This repository has been archived by the owner on Apr 29, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 311
/
Copy pathpackage.json
67 lines (67 loc) · 1.63 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
57
58
59
60
61
62
63
64
65
66
67
{
"name": "PhoneGap",
"description": "PhoneGap",
"version": "0.4.5",
"homepage": "http://github.com/phonegap/phonegap-app-desktop",
"repository": {
"type": "git",
"url": "git://github.com/phonegap/phonegap-app-desktop.git"
},
"keywords": [
"phonegap"
],
"preferGlobal": "false",
"scripts": {
"grunt": "grunt",
"reload": "live-reload www --port 35729"
},
"dependencies": {
"express": "4.14.0",
"mv": "^2.1.1",
"request": "^2.74.0",
"tar": "^2.2.1",
"temp": "^0.8.3"
},
"devDependencies": {
"electron-prebuilt": "^1.3.2",
"grunt": "1.0.1",
"grunt-cli": "1.2.0",
"grunt-contrib-compress": "1.3.0",
"grunt-contrib-copy": "1.0.0",
"grunt-contrib-less": "1.3.0",
"grunt-contrib-watch": "1.0.0",
"grunt-electron": "4.0.0",
"live-reload": "^1.1.0",
"opener": "1.4.1",
"shelljs": "0.7.3"
},
"contributors": [
{
"name": "Herm Wong",
"email": "[email protected]"
},
{
"name": "Michael Brooks",
"email": "[email protected]",
"url": "http://michaelbrooks.ca/"
},
{
"name": "Suraj Pindoria",
"email": "[email protected]"
},
{
"name": "Holly Schinsky",
"email": "[email protected]",
"url": "http://devgirl.org"
}
],
"packages": {
"mac": {
"url": "https://github.com/phonegap/phonegap-app-desktop/releases/download/0.4.3/PhoneGap-Desktop-Beta-0.4.3-mac.zip"
},
"win": {
"url": "https://github.com/phonegap/phonegap-app-desktop/releases/download/0.4.3/PhoneGap-Desktop-Beta-0.4.3-win.zip"
}
},
"license": "Apache-2.0"
}