forked from apache/cordova-js
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fixed CB-413 - you can now run tests on Windows (see README under Kno…
…wn Issues if you are still having problems). Also added Anis to contributors, and bumped node engine requirement in package.json to 0.6.15
- Loading branch information
Showing
2 changed files
with
13 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,14 +2,14 @@ | |
"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": "0.0.1", | ||
"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.5.10" | ||
"node": "~0.6.15" | ||
}, | ||
"contributors":[ | ||
{ | ||
|
@@ -39,10 +39,14 @@ | |
{ | ||
"name":"Becky Gibson", | ||
"email":"" | ||
}, | ||
{ | ||
"name":"Anis Kadri", | ||
"email":"" | ||
} | ||
], | ||
"dependencies": { | ||
"jsdom":"0.2.10", | ||
"jsdom":"0.2.14", | ||
"connect":"1.8.5" | ||
}, | ||
"devDependencies": {} | ||
|