-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
44 lines (44 loc) · 1.02 KB
/
Copy pathpackage.json
File metadata and controls
44 lines (44 loc) · 1.02 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
{
"name": "Server",
"version": "1.0.0",
"main": "server/server.js",
"scripts": {
"start": "node .",
"pretest": "jshint .",
"posttest": "nsp check"
},
"dependencies": {
"bluebird": "^3.5.0",
"co": "^4.6.0",
"compression": "^1.0.3",
"cors": "^2.5.2",
"crypto": "0.0.3",
"hashids": "^1.1.1",
"helmet": "^1.3.0",
"iconv-lite": "^0.4.15",
"loopback": "^2.22.0",
"loopback-boot": "^2.6.5",
"loopback-component-explorer": "^2.4.0",
"loopback-component-storage": "^3.2.0",
"loopback-connector-mssql": "^3.0.0",
"loopback-connector-mysql": "^3.0.0",
"loopback-datasource-juggler": "^2.39.0",
"moment": "^2.18.1",
"multiparty": "^4.1.3",
"node-uuid": "^1.4.8",
"random-js": "^1.0.8",
"redis": "^2.6.5",
"serve-favicon": "^2.0.1",
"underscore": "^1.8.3"
},
"devDependencies": {
"jshint": "^2.5.6",
"nsp": "^2.1.0"
},
"repository": {
"type": "",
"url": ""
},
"license": "UNLICENSED",
"description": "Server"
}