FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
node-xcode/package.json at master · hashcube/node-xcode · GitHub
Uh oh!
There was an error while loading.
Please reload this page
.
hashcube
/
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
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Wiki
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
25 lines (25 loc) · 553 Bytes
Breadcrumbs
node-xcode
/
package.json
Copy path
File metadata and controls
25 lines (25 loc) · 553 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
{
"author"
:
"
Andrew Lunny <alunny@gmail.com>
"
,
"name"
:
"
xcode
"
,
"description"
:
"
parser for xcodeproj/project.pbxproj files
"
,
"version"
:
"
0.8.9
"
,
"main"
:
"
index.js
"
,
"repository"
: {
"url"
:
"
https://github.com/alunny/node-xcode.git
"
},
"engines"
: {
"node"
:
"
>=0.6.7
"
},
"dependencies"
: {
"node-uuid"
:
"
1.4.7
"
,
"pegjs"
:
"
0.9.0
"
,
"simple-plist"
:
"
0.1.4
"
},
"devDependencies"
: {
"nodeunit"
:
"
0.9.1
"
},
"scripts"
: {
"test"
:
"
node_modules/.bin/nodeunit test/parser test
"
},
"license"
:
"
Apache-2.0
"
}
Back
|
FazBrowse Home
|
New Git URL