-
Notifications
You must be signed in to change notification settings - Fork 73
/
package.json
53 lines (53 loc) · 1.14 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
{
"author": "Gord Tanner <[email protected]> (http://github.com/gtanner)",
"name": "cordova-js",
"description": "Cordova JavaScript: a unified JavaScript layer for the Cordova suite of projects enabling cross-platform native mobile development of applications using HTML, CSS and JavaScript.",
"version": "1.6.1",
"homepage": "http://incubator.apache.org/cordova/",
"repository": {
"type":"git",
"url": "http://git-wip-us.apache.org/repos/asf/incubator-cordova-js.git"
},
"engines": {
"node": "~0.6.15"
},
"contributors":[
{
"name":"Fil Maj",
"email":"[email protected]"
},
{
"name":"Jesse MacFadyen",
"email":"[email protected]"
},
{
"name":"Bryce Curtis",
"email":""
},
{
"name":"Drew Walters",
"email":""
},
{
"name":"Patrick Mueller",
"email":""
},
{
"name":"Simon MacDonald",
"email":""
},
{
"name":"Becky Gibson",
"email":""
},
{
"name":"Anis Kadri",
"email":""
}
],
"dependencies": {
"jsdom":"0.2.14",
"connect":"1.8.5"
},
"devDependencies": {}
}