forked from apache/cordova-js
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
63 lines (63 loc) · 1.39 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
{
"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": "3.1.0",
"homepage": "http://cordova.apache.org",
"repository": {
"type": "git",
"url": "http://git-wip-us.apache.org/repos/asf/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": ""
},
{
"name": "Dan Silivestru",
"email": "[email protected]"
},
{
"name": "Shazron Abdullah",
"email": "[email protected]"
}
],
"devDependencies": {
"jsdom-nogyp": "0.8.3",
"connect": "1.8.5",
"grunt": "~0.4.1",
"grunt-contrib-clean": "~0.4.1",
"grunt-contrib-jshint": "~0.6.0"
}
}