-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
69 lines (69 loc) · 1.71 KB
/
package.json
File metadata and controls
69 lines (69 loc) · 1.71 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
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
{
"name": "utils",
"version": "1.0.0",
"main": "server/server.js",
"engines": {
"node": ">=8"
},
"scripts": {
"lint": "eslint .",
"start": "node server/server.js",
"posttest": "npm run lint",
"test": "NODE_ENV=testing npm run start"
},
"dependencies": {
"@mean-expert/boot-script": "^1.0.0",
"@mean-expert/model": "^1.0.9",
"baidu-aip-sdk": "^2.1.0",
"bluebird": "^3.5.2",
"buffer-from": "^1.1.1",
"bunyan": "^1.8.12",
"bunyan-slack": "0.0.10",
"busboy": "^0.2.14",
"chai": "^4.1.2",
"compression": "^1.7.3",
"cookie-parser": "^1.4.3",
"cors": "^2.5.2",
"dotenv": "^4.0.0",
"eureka-js-client": "^4.4.1",
"express-basic-auth": "^1.1.5",
"gm": "^1.23.1",
"helmet": "^3.13.0",
"loopback": "^3.0.0",
"loopback-boot": "^2.27.1",
"loopback-component-explorer": "^4.0.0",
"loopback-connector-mongodb": "^3.3.0",
"loopback-connector-rest": "^3.1.1",
"mocha": "^4.0.1",
"nightmare": "^3.0.1",
"node-fetch": "^1.7.3",
"qiniu": "^7.1.2",
"qrcode": "^1.3.0",
"request": "^2.88.0",
"restler": "^3.4.0",
"serve-favicon": "^2.0.1",
"serve-static": "^1.13.1",
"shelljs": "^0.8.1",
"strong-error-handler": "^2.0.0",
"supertest": "^3.0.0",
"ts-node": "^3.3.0",
"typescript": "^2.6.1",
"uuid": "^3.2.1",
"wechat-api": "^1.35.1",
"weixin-pay": "^1.1.7",
"xvfb": "^0.2.3"
},
"devDependencies": {
"@types/mocha": "^2.2.44",
"@types/node": "^8.0.47",
"@types/node-fetch": "^1.6.7",
"eslint": "^3.17.1",
"eslint-config-loopback": "^8.0.0"
},
"repository": {
"type": "",
"url": ""
},
"license": "UNLICENSED",
"description": "notes"
}