-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
47 lines (47 loc) · 1.11 KB
/
package.json
File metadata and controls
47 lines (47 loc) · 1.11 KB
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
44
45
46
47
{
"name": "Relief",
"version": "1.0.0",
"main": "server/server.js",
"scripts": {
"start": "node .",
"pretest": "eslint .",
"posttest": "nsp check"
},
"dependencies": {
"async": "^2.1.2",
"body-parser": "^1.17.2",
"compression": "^1.6.2",
"cors": "^2.8.1",
"dateformat": "^1.0.11",
"fluent-ffmpeg": "^2.1.0",
"helmet": "^2.3.0",
"imagemagick": "^0.1.3",
"loopback": "^3.0.0",
"loopback-boot": "^2.23.0",
"loopback-component-explorer": "^2.7.0",
"loopback-component-storage": "^1.9.2",
"loopback-connector-mongodb": "^1.17.0",
"loopback-context": "^1.0.0",
"loopback-counts-mixin": "^1.0.1",
"loopback-datasource-juggler": "^3.0.0",
"loopback-ds-computed-mixin": "^2.0.1",
"loopback-ds-timestamp-mixin": "^3.4.1",
"mime": "^1.3.4",
"multer": "^1.3.0",
"socket.io": "^1.5.0",
"socketio-auth": "0.0.5"
},
"devDependencies": {
"eslint": "^3.8.0",
"nsp": "^2.6.2"
},
"repository": {
"type": "",
"url": ""
},
"publishConfig": {
"tag": "next"
},
"license": "UNLICENSED",
"description": "Relief"
}