forked from apache/cordova-js
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
65 lines (65 loc) · 1.4 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
{
"author": "Gord Tanner <gtanner@gmail.com> (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": "filmaj@apache.org"
},
{
"name": "Jesse MacFadyen",
"email": "purplecabbage@apache.org"
},
{
"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": "dansilivestru@apache.org"
},
{
"name": "Shazron Abdullah",
"email": "shazron@apache.org"
}
],
"dependencies": {
"jsdom": "0.8.2",
"connect": "1.8.5"
},
"devDependencies": {
"grunt": "~0.4.1",
"grunt-contrib-clean": "~0.4.1",
"grunt-contrib-jshint": "~0.6.0"
}
}