forked from parse-community/parse-server-example
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
29 lines (29 loc) · 734 Bytes
/
Copy pathpackage.json
File metadata and controls
29 lines (29 loc) · 734 Bytes
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
{
"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": "git+https://github.com/ParsePlatform/parse-server-example.git"
},
"license": "MIT",
"dependencies": {
"express": "~4.11.x",
"kerberos": "~0.0.x",
"parse": "~1.8.0",
"parse-dashboard": "^1.0.14",
"parse-server": "~2.2.12"
},
"scripts": {
"start": "node index.js"
},
"engines": {
"node": ">=4.3"
},
"bugs": {
"url": "https://github.com/ParsePlatform/parse-server-example/issues"
},
"homepage": "https://github.com/ParsePlatform/parse-server-example#readme",
"author": ""
}