FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
express-context/package.json at develop · startappdev/express-context · GitHub
Uh oh!
There was an error while loading.
Please reload this page
.
startappdev
/
express-context
Public
Notifications
You must be signed in to change notification settings
Fork
0
Star
1
Code
Issues
0
Pull requests
0
Actions
Projects
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Wiki
Security and quality
Insights
Expand file tree
Breadcrumbs
express-context
/
package.json
Copy path
More file actions
More file actions
Latest commit
History
History
History
27 lines (27 loc) · 515 Bytes
Breadcrumbs
express-context
/
package.json
Copy path
File metadata and controls
27 lines (27 loc) · 515 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
{
"author"
:
"
Yarin Podoler
"
,
"name"
:
"
express-context
"
,
"description"
:
"
"
,
"version"
:
"
0.1.0
"
,
"repository"
: {
"type"
:
"
git
"
,
"url"
:
"
git@github.com:startappdev/express-context.git
"
},
"main"
:
"
./lib/index.js
"
,
"keywords"
: [],
"bin"
: {
"express-context"
:
"
./bin/express-context
"
},
"dependencies"
: {
"q"
:
"
^1.0.1
"
},
"engines"
: {
"node"
:
"
*
"
},
"scripts"
: {
"test"
:
"
jasmine-node --verbose test/
"
},
"devDependencies"
: {
"jasmine-node"
:
"
^1.14.5
"
}
}
Back
|
FazBrowse Home
|
New Git URL