forked from parse-community/parse-server-example
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
39 lines (39 loc) · 990 Bytes
/
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
36
37
38
39
{
"name": "pegg-parse-server",
"version": "1.4.0",
"description": "Parse Server and worker processes for Pegg",
"main": "index.coffee",
"repository": {
"type": "git",
"url": "https://github.com/Gratzi/pegg-parse-server"
},
"license": "MIT",
"dependencies": {
"coffee-script": "^1.12.7",
"debug": "^2.6.9",
"dotenv": "^2.0.0",
"express": "~4.11.x",
"firebase": "^2.4.2",
"firebase-admin": "^5.11.0",
"firebase-queue": "^1.4.0",
"firebase-token-generator": "^2.0.0",
"foreman": "^1.4.1",
"kerberos": "~0.0.x",
"lodash": "^4.17.10",
"newrelic": "^1.34.0",
"node-pushnotifications": "~0.1.10",
"parse": "~1.11.1",
"parse-server": "^2.7.4",
"sendinblue-api": "^1.0.8",
"sha1": "^1.1.1",
"slack-node": "^0.1.8",
"twilio": "^3.15.1",
"underscore": "^1.9.0"
},
"scripts": {
"start": "./node_modules/coffee-script/bin/coffee index.coffee"
},
"engines": {
"node": "v6.10.3"
}
}