-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
41 lines (41 loc) · 990 Bytes
/
package.json
File metadata and controls
41 lines (41 loc) · 990 Bytes
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
{
"name": "test",
"version": "1.0.0",
"description": "",
"main": "a.js",
"dependencies": {
"@nurigo/cash-lib": "^1.2.2",
"@nurigo/cs_user": "^1.2.1",
"@nurigo/message-status-codes": "^1.0.3",
"@nurigo/mongo": "^1.0.7",
"@nurigo/mongoose-cache": "0.0.10",
"@nurigo/popbill": "^1.8.1",
"ajv": "^6.4.0",
"ajv-errors": "^1.0.0",
"amqp": "^0.2.6",
"crypto-js": "^3.1.9-1",
"i": "^0.3.6",
"joi": "^13.1.2",
"keygen": "^0.3.1",
"keygenerator": "^1.0.4",
"lodash": "^4.17.10",
"moment": "^2.22.2",
"moment-timezone": "^0.5.16",
"mongoose": "^5.2.4",
"mysql": "^2.15.0",
"npm": "^6.3.0",
"pm2": "^2.10.2",
"popbill": "^1.8.0",
"randomstring": "^1.1.5",
"redis": "^2.8.0",
"request": "^2.85.0",
"uniqid": "^4.1.1",
"vali-date": "^1.0.0"
},
"devDependencies": {},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "ISC"
}