forked from apache/cordova-node-xcode
-
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.
Updated License, Copyright, Contributors and repo url, in prep for co…
…ntributing this project to Apache Cordova
- Loading branch information
1 parent
1cd2208
commit 9e91d87
Showing
2 changed files
with
217 additions
and
5 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 |
---|---|---|
@@ -1,11 +1,11 @@ | ||
{ | ||
"author": "Andrew Lunny <[email protected]>", | ||
"author": "Apache Software Foundation", | ||
"name": "xcode", | ||
"description": "parser for xcodeproj/project.pbxproj files", | ||
"version": "0.9.3", | ||
"main": "index.js", | ||
"repository": { | ||
"url": "https://github.com/alunny/node-xcode.git" | ||
"url": "https://github.com/apache/cordova-node-xcode.git" | ||
}, | ||
"engines": { | ||
"node": ">=0.6.7" | ||
|
@@ -21,5 +21,29 @@ | |
"scripts": { | ||
"test": "node_modules/.bin/nodeunit test/parser test" | ||
}, | ||
"license": "Apache-2.0" | ||
"license": "Apache-2.0", | ||
"contributors": [ | ||
{ | ||
"name": "Andrew Lunny", | ||
"email": "[email protected]" | ||
}, | ||
{ | ||
"name": "Anis Kadri" | ||
}, | ||
{ | ||
"name": "Mike Reinstein" | ||
}, | ||
{ | ||
"name": "Filip Maj" | ||
}, | ||
{ | ||
"name": "Brett Rudd", | ||
"email": "[email protected]" | ||
}, | ||
{ | ||
"name": "Bob Easterday" | ||
} | ||
|
||
] | ||
|
||
} |