-
Notifications
You must be signed in to change notification settings - Fork 25
/
Copy pathpackage.json
69 lines (69 loc) · 1.92 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
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": "medical-chain",
"private": true,
"version": "0.0.0",
"description": "a Sails application",
"keywords": [],
"dependencies": {
"@sailshq/connect-redis": "^3.2.1",
"@sailshq/lodash": "^3.10.3",
"@sailshq/socket.io-redis": "^5.2.0",
"asn1.js": "^5.0.1",
"async": "2.0.1",
"braces": "^2.3.1",
"chai": "^4.2.0",
"chai-http": "^4.3.0",
"connect-flash": "^0.1.1",
"cryptiles": "^4.1.3",
"crypto2": "^2.0.0",
"deep-extend": "^0.5.1",
"ejs": "^2.6.1",
"fabric-client": "^1.4.0",
"file-type": "^10.7.0",
"grunt": "^1.0.3",
"http-proxy-agent": "^2.1.0",
"https-proxy-agent": "^2.2.1",
"ipfs-http-client": "^28.1.0",
"js-sha256": "^0.9.0",
"js-yaml": "^3.13.1",
"lodash": "^4.17.13",
"lodash.merge": "^4.6.2",
"mocha": "^6.1.4",
"moment": "^2.24.0",
"nodemailer": "^5.1.1",
"nodemailer-html-to-text": "^3.0.0",
"nodemailer-smtp-pool": "^2.8.3",
"open": "^6.0.0",
"request": "^2.88.0",
"request-promise": "^4.2.2",
"sails": "^1.0.2",
"sails-hook-flash": "^0.2.2",
"sails-hook-grunt": "^3.0.2",
"sails-hook-organics": "^0.16.0",
"sails-hook-orm": "^2.0.0-16",
"sails-hook-sockets": "^2.0.3",
"sails-postgresql": "^1.0.2",
"sleep": "^5.2.4",
"supertest": "^4.0.2",
"ursa": "^0.9.4"
},
"devDependencies": {
"@sailshq/eslint": "^4.19.3"
},
"scripts": {
"start": "NODE_ENV=production node app.js",
"test": "node ./node_modules/mocha/bin/mocha test.js",
"lint": "eslint . --max-warnings=0 --report-unused-disable-directives && echo '✔ Your .js files look good.'",
"custom-tests": "echo \"(No other custom tests yet.)\" && echo"
},
"main": "app.js",
"repository": {
"type": "git",
"url": "git://github.com/anonymous node/sails user/medical-chain.git"
},
"author": "anonymous node/sails user",
"license": "",
"engines": {
"node": ">=8.11"
}
}