Skip to content

Commit a3b6410

Browse files
authored
Merge pull request #3 from NativeScript/kddimitrov/update-package-json
chore: update package json
2 parents 8b22374 + 4db603a commit a3b6410

File tree

1 file changed

+5
-27
lines changed

1 file changed

+5
-27
lines changed

package.json

+5-27
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
{
2-
"author": "Apache Software Foundation",
3-
"name": "xcode",
2+
"author": "Telerik <[email protected]>",
3+
"name": "nativescript-dev-xcode",
44
"description": "parser for xcodeproj/project.pbxproj files",
55
"main":"index.js",
6-
"version": "1.5.2-NativeScript",
6+
"version": "0.1.0",
77
"repository": {
8-
"url": "https://github.com/apache/cordova-node-xcode.git"
8+
"url": "https://github.com/NativeScript/nativescript-dev-xcode.git"
99
},
1010
"engines": {
1111
"node": ">=6.0.0"
@@ -22,27 +22,5 @@
2222
"pegjs": "node_modules/.bin/pegjs lib/parser/pbxproj.pegjs",
2323
"test": "node_modules/.bin/nodeunit test/parser test"
2424
},
25-
"license": "Apache-2.0",
26-
"contributors": [
27-
{
28-
"name": "Andrew Lunny",
29-
"email": "[email protected]"
30-
},
31-
{
32-
"name": "Anis Kadri"
33-
},
34-
{
35-
"name": "Mike Reinstein"
36-
},
37-
{
38-
"name": "Filip Maj"
39-
},
40-
{
41-
"name": "Brett Rudd",
42-
"email": "[email protected]"
43-
},
44-
{
45-
"name": "Bob Easterday"
46-
}
47-
]
25+
"license": "Apache-2.0"
4826
}

0 commit comments

Comments
 (0)