-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
43 lines (43 loc) · 1.02 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
36
37
38
39
40
41
42
43
{
"name": "whispeer",
"version": "0.1.2",
"dependencies": {
"amanda": "0.5.x",
"apn": "^2.2.0",
"base64stream": "0.1.1",
"bluebird": "^3.5.0",
"body-parser": "^1.15.2",
"check-dependencies": "^1.0.1",
"cheerio": "^0.22.0",
"elasticsearch": "^14.2.2",
"escape-html": "^1.0.3",
"express": "^4.8.0",
"lodash": "^4.17.15",
"node-gcm": "^1.0.2",
"nodemailer": "0.7.x",
"pg": "^8.7.1",
"pg-hstore": "^2.3.2",
"redis": "2.x.x",
"redlock": "^2.0.0",
"request": "^2.88.0",
"secure_random": "0.1.x",
"semver": "^5.3.0",
"sequelize": "^4.44.4",
"socket.io": "^2.2.0",
"step": "https://github.com/whispeer/whispeerStep.git#master",
"uuid": "^3.1.0",
"xtend": "4.0.x"
},
"author": "mindpost GmbH",
"license": "MIT",
"scripts": {
"postinstall": "git submodule update",
"lint": "eslint ."
},
"devDependencies": {
"babel-eslint": "^10.0.3",
"eslint": "^6.8.0",
"grunt": "^1.0.4",
"selenium-webdriver": "^3.6.0"
}
}