forked from phonegap/phonegap-app-desktop
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
48 lines (48 loc) · 1.36 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
{
"name": "PhoneGap",
"description": "PhoneGap",
"version": "0.1.11",
"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",
"test": "jasmine-node --color spec"
},
"devDependencies": {
"grunt": "0.4.5",
"grunt-cli": "0.1.13",
"grunt-contrib-copy": "0.8.1",
"grunt-contrib-less": "1.0.1",
"grunt-contrib-watch": "0.6.1",
"grunt-nw-builder": "2.0.0",
"jasmine-node": "1.14.5",
"opener": "1.4.1",
"shelljs": "0.5.3"
},
"contributors": [
{
"name": "Herm Wong",
"email": "[email protected]"
},
{
"name": "Michael Brooks",
"email": "[email protected]",
"url": "http://michaelbrooks.ca/"
}
],
"packages": {
"mac": {
"url": "https://github.com/phonegap/phonegap-app-desktop/releases/download/0.1.11/PhoneGap-Desktop-Beta-0.1.11-mac.zip"
},
"win": {
"url": "https://github.com/phonegap/phonegap-app-desktop/releases/download/0.1.11/PhoneGap-Desktop-Beta-0.1.11-win.zip"
}
}
}