FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
parse-server-example/package.json at master · devsri/parse-server-example · GitHub
devsri
/
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
42 lines (42 loc) · 1.23 KB
Breadcrumbs
parse-server-example
/
package.json
Copy path
File metadata and controls
42 lines (42 loc) · 1.23 KB
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
{
"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.17.1
"
,
"kerberos"
:
"
1.1.4
"
,
"parse"
:
"
2.19.0
"
,
"parse-server"
:
"
4.5.0
"
},
"scripts"
: {
"start"
:
"
node index.js
"
,
"lint"
:
"
eslint --cache ./cloud && eslint --cache index.js && eslint --cache ./spec
"
,
"lint-fix"
:
"
eslint --cache --fix ./cloud && eslint --cache --fix index.js && eslint --cache --fix ./spec
"
,
"test"
:
"
mongodb-runner start && jasmine
"
,
"coverage"
:
"
nyc jasmine
"
,
"prettier"
:
"
prettier --write '{cloud,spec}/{**/*,*}.js' 'index.js'
"
,
"watch"
:
"
babel-watch index.js
"
},
"engines"
: {
"node"
:
"
>=4.3
"
},
"devDependencies"
: {
"babel-eslint"
:
"
10.1.0
"
,
"babel-watch"
:
"
7.4.0
"
,
"eslint"
:
"
7.19.0
"
,
"eslint-config-standard"
:
"
16.0.2
"
,
"eslint-plugin-import"
:
"
2.22.1
"
,
"eslint-plugin-node"
:
"
11.1.0
"
,
"eslint-plugin-promise"
:
"
4.2.1
"
,
"jasmine"
:
"
3.6.4
"
,
"mongodb-runner"
:
"
4.8.1
"
,
"nyc"
:
"
15.1.0
"
,
"prettier"
:
"
2.2.1
"
}
}
Back
|
FazBrowse Home
|
New Git URL