FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
node-xcode/package.json at master · CoderGMLee/node-xcode · GitHub
CoderGMLee
/
node-xcode
Public
forked from
alunny/node-xcode
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security and quality
Insights
Expand file tree
Breadcrumbs
node-xcode
/
package.json
Copy path
More file actions
More file actions
Latest commit
History
History
History
49 lines (47 loc) · 899 Bytes
Breadcrumbs
node-xcode
/
package.json
Copy path
File metadata and controls
49 lines (47 loc) · 899 Bytes
Raw
Copy raw file
Download raw file
Open symbols panel
Edit and raw actions
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
{
"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/apache/cordova-node-xcode.git
"
},
"engines"
: {
"node"
:
"
>=0.6.7
"
},
"dependencies"
: {
"pegjs"
:
"
^0.10.0
"
,
"simple-plist"
:
"
^0.2.1
"
,
"uuid"
:
"
3.0.1
"
},
"devDependencies"
: {
"nodeunit"
:
"
^0.11.0
"
},
"scripts"
: {
"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
"
}
]
}
Back
|
FazBrowse Home
|
New Git URL