forked from phonegap/phonegap-app-desktop
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
39 lines (39 loc) · 1 KB
/
package.json
File metadata and controls
39 lines (39 loc) · 1 KB
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",
"description": "PhoneGap",
"version": "0.1.1",
"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.2",
"grunt-cli": "0.1.13",
"grunt-contrib-copy": "0.5.0",
"grunt-contrib-less": "0.9.0",
"grunt-contrib-watch": "0.5.3",
"grunt-node-webkit-builder": "0.2.2",
"jasmine-node": "1.14.5",
"opener": "1.3.0"
},
"contributors": [
{
"name": "Herm Wong",
"email": "herm.wong@gmail.com"
},
{
"name": "Michael Brooks",
"email": "michael@michaelbrooks.ca",
"url": "http://michaelbrooks.ca/"
}
]
}