From 4db603acf4656e2aa5bca8b1ef91686a58dc02d3 Mon Sep 17 00:00:00 2001 From: "Kristian D. Dimitrov" Date: Mon, 18 Mar 2019 14:08:17 +0200 Subject: [PATCH] chore: update package json --- package.json | 32 +++++--------------------------- 1 file changed, 5 insertions(+), 27 deletions(-) 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" }