diff --git a/package.json b/package.json index 2398b84..4d589aa 100644 --- a/package.json +++ b/package.json @@ -1,11 +1,11 @@ { - "author": "Apache Software Foundation", - "name": "xcode", + "author": "Telerik ", + "name": "nativescript-dev-xcode", "description": "parser for xcodeproj/project.pbxproj files", "main":"index.js", - "version": "1.5.2-NativeScript", + "version": "0.1.0", "repository": { - "url": "https://github.com/apache/cordova-node-xcode.git" + "url": "https://github.com/NativeScript/nativescript-dev-xcode.git" }, "engines": { "node": ">=6.0.0" @@ -22,27 +22,5 @@ "pegjs": "node_modules/.bin/pegjs lib/parser/pbxproj.pegjs", "test": "node_modules/.bin/nodeunit test/parser test" }, - "license": "Apache-2.0", - "contributors": [ - { - "name": "Andrew Lunny", - "email": "alunny@gmail.com" - }, - { - "name": "Anis Kadri" - }, - { - "name": "Mike Reinstein" - }, - { - "name": "Filip Maj" - }, - { - "name": "Brett Rudd", - "email": "goya@apache.org" - }, - { - "name": "Bob Easterday" - } - ] + "license": "Apache-2.0" }