forked from montymxb/parse-server-test
-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
35 lines (35 loc) · 1.03 KB
/
package.json
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
{
"name": "parse-server-test",
"version": "1.3.9",
"description": "Testable Parse Server. Lightweight instance for running tests against the Parse PHP SDK and any other parse sdks.",
"main": "parse-server-test",
"scripts": {
"test": "echo \"Error: No Tests Specified\" && exit 1",
"prestart": "MONGODB_VERSION=3.4 mongodb-runner start",
"start": "forever start ./server.js",
"stop": "forever stop ./server.js",
"poststop": "MONGODB_VERSION=3.4 mongodb-runner stop"
},
"repository": {
"type": "git",
"url": "git+https://github.com/montymxb/parse-server-test.git"
},
"keywords": [
"parse",
"mongodb",
"test",
"server"
],
"author": "montymxb",
"license": "ISC",
"bugs": {
"url": "https://github.com/montymxb/parse-server-test/issues"
},
"homepage": "https://github.com/montymxb/parse-server-test#readme",
"dependencies": {
"forever": "1.0.0",
"mongodb-runner": "4.7.1",
"parse-server": "github:parse-community/parse-server#master",
"winston": "3.2.1"
}
}