FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
parse-server-example/package.json at master · ultimateprogramer/parse-server-example · GitHub
ultimateprogramer
/
parse-server-example
Public
forked from
parse-community/parse-server-example
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
parse-server-example
/
package.json
Copy path
More file actions
More file actions
Latest commit
History
History
History
23 lines (23 loc) · 507 Bytes
Breadcrumbs
parse-server-example
/
package.json
Copy path
File metadata and controls
23 lines (23 loc) · 507 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
{
"name"
:
"
parse-server-example
"
,
"version"
:
"
1.4.0
"
,
"description"
:
"
An example Parse API server using the parse-server module
"
,
"main"
:
"
index.js
"
,
"repository"
: {
"type"
:
"
git
"
,
"url"
:
"
https://github.com/ParsePlatform/parse-server-example
"
},
"license"
:
"
MIT
"
,
"dependencies"
: {
"express"
:
"
~4.11.x
"
,
"kerberos"
:
"
~0.0.x
"
,
"parse"
:
"
~1.8.0
"
,
"parse-server"
:
"
~2.2.12
"
},
"scripts"
: {
"start"
:
"
node index.js
"
},
"engines"
: {
"node"
:
"
>=4.3
"
}
}
Back
|
FazBrowse Home
|
New Git URL