Repository: cordova-lib Updated Branches: refs/heads/master 3623a84eb -> 3caefb7fd
removed root package.json file Project: http://git-wip-us.apache.org/repos/asf/cordova-lib/repo Commit: http://git-wip-us.apache.org/repos/asf/cordova-lib/commit/3caefb7f Tree: http://git-wip-us.apache.org/repos/asf/cordova-lib/tree/3caefb7f Diff: http://git-wip-us.apache.org/repos/asf/cordova-lib/diff/3caefb7f Branch: refs/heads/master Commit: 3caefb7fd8f1dc1c7565b65fd8539f5c92fbfb05 Parents: 3623a84 Author: Lorin Beer <[email protected]> Authored: Mon Jun 9 13:01:33 2014 -0700 Committer: Lorin Beer <[email protected]> Committed: Mon Jun 9 13:01:33 2014 -0700 ---------------------------------------------------------------------- package.json | 162 ------------------------------------------------------ 1 file changed, 162 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cordova-lib/blob/3caefb7f/package.json ---------------------------------------------------------------------- diff --git a/package.json b/package.json deleted file mode 100644 index de6caf8..0000000 --- a/package.json +++ /dev/null @@ -1,162 +0,0 @@ -{ - "author": "Apache Software Foundation", - "name": "cordova-lib", - "description": "Apache Cordova tools core lib and API", - "version": "0.21.4-dev", - "repository": { - "type": "git", - "url": "git://git-wip-us.apache.org/repos/asf/cordova-lib.git" - }, - "bugs": { - "url": "https://issues.apache.org/jira/browse/CB", - "email": "[email protected]" - }, - "main": "cordova-lib/cordova-lib.js", - "engines": { - "node": ">=0.9.9" - }, - "engineStrict": true, - "dependencies": { - "bplist-parser": "0.0.x", - "dep-graph": "1.1.0", - "elementtree": "0.1.5", - "glob": "3.2.x", - "mime": "~1.2.11", - "npm": "1.3.4", - "npmconf": "0.1.x", - "osenv": "0.0.x", - "plist-with-patches": "0.5.x", - "properties-parser": "~0.2.2", - "q": "~0.9", - "rc": "0.3.0", - "request": "2.22.0", - "semver": "2.0.x", - "shelljs": "0.1.x", - "tar": "0.1.x", - "underscore": "1.4.4", - "xcode": "0.6.6" - }, - "devDependencies": { - "temp": "0.6.x", - "jasmine-node": "~1" - }, - "scripts": { - "test": "jasmine-node --color spec-plugman spec-cordova" - }, - "contributors": [ - { - "name": "Brian LeRoux", - "email": "[email protected]" - }, - { - "name": "Fil Maj", - "email": "[email protected]" - }, - { - "name": "Mike Reinstein", - "email": "[email protected]" - }, - { - "name": "Darry Pogue", - "email": "[email protected]" - }, - { - "name": "Michael Brooks", - "email": "[email protected]" - }, - { - "name": "Braden Shepherdson", - "email": "[email protected]" - }, - { - "name": "Gord Tanner", - "email": "[email protected]" - }, - { - "name": "Tim Kim", - "email": "[email protected]" - }, - { - "name": "Benn Mapes", - "email": "[email protected]" - }, - { - "name": "Michael Wolf", - "email": "[email protected]" - }, - { - "name": "Andrew Grieve", - "email": "[email protected]" - }, - { - "name": "Bryan Higgins", - "email": "[email protected]" - }, - { - "name": "Don Coleman", - "email": "[email protected]" - }, - { - "name": "Germano Gabbianelli", - "email": "[email protected]" - }, - { - "name": "Ian Clelland", - "email": "[email protected]" - }, - { - "name": "Lucas Holmqust", - "email": "[email protected]" - }, - { - "name": "Matt LeGrand", - "email": "[email protected]" - }, - { - "name": "Michal Mocny", - "email": "[email protected]" - }, - { - "name": "Sam Breed", - "email": "[email protected]" - }, - { - "name": "Tommy-Carlos Williams", - "email": "[email protected]" - }, - { - "name": "Rubén Norte", - "email": "[email protected]" - }, - { - "name": "Germano Gabbianelli", - "email": "[email protected]" - }, - { - "name": "Steven Gill", - "email": "[email protected]" - }, - { - "name": "Jesse", - "email": "[email protected]" - }, - { - "name": "Anis Kadri" - }, - { - "name": "Ryan Willoughby" - }, - { - "name": "Brett Rudd" - }, - { - "name": "Shazron Abdullah" - }, - { - "name": "Steve Gill" - }, - { - "name": "Jesse MacFadyen" - } - ] -}
