forked from sayjeyhi/sails-api
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
62 lines (62 loc) · 2.02 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
{
"name": "Hackahealth",
"private": true,
"version": "0.0.0",
"description": "a Sails application",
"keywords": [],
"dependencies": {
"@babel/polyfill": "^7.4.4",
"@sailshq/connect-redis": "^3.2.1",
"@sailshq/lodash": "^3.10.3",
"@sailshq/socket.io-redis": "^5.2.0",
"bcrypt-nodejs": "0.0.3",
"cryptr": "^4.0.2",
"grunt": "1.0.1",
"html2plaintext": "^2.1.2",
"jalali-date": "^1.0.2",
"javascript-time-ago": "^1.0.35",
"jsonwebtoken": "^8.5.1",
"node-fetch": "^2.4.1",
"nodemailer": "^5.1.1",
"passport": "^0.4.0",
"passport-local": "^1.0.0",
"sails": "^1.1.0",
"sails-hook-cron": "^3.0.0",
"sails-hook-grunt": "^3.1.0",
"sails-hook-orm": "^2.1.1",
"sails-hook-sockets": "^1.5.5",
"sails-mongo": "^1.0.1",
"sails.io.js": "^1.2.1",
"soap": "^0.27.1",
"socket.io-client": "^2.2.0"
},
"devDependencies": {
"@sailshq/eslint": "^4.19.3",
"babel-eslint": "^10.0.1",
"cross-env": "5.2.0",
"eclint": "^2.8.1",
"eslint": "5.11.0",
"eslint-config-adpyke-es6": "1.4.2",
"eslint-loader": "2.1.1",
"loader-utils": "1.1.0",
"uuid": "^3.3.2"
},
"scripts": {
"dev": "cross-env NODE_ENV=development && nodemon --ignore 'tmp/*' app.js && exit 0",
"start": "cross-env NODE_ENV=production node app.js",
"test": "npm run lint && npm run custom-tests && echo 'Done.'",
"lint": "eslint . --max-warnings=0 --report-unused-disable-directives && echo '✔ Your .js files look good.'",
"lint-fix": "eslint . --fix",
"custom-tests": "echo \"(No other custom tests yet.)\" && echo"
},
"main": "app.js",
"repository": {
"type": "git",
"url": "git://github.com/anonymous node/sails user/mu-app.git"
},
"author": "anonymous node/sails user",
"license": "",
"engines": {
"node": "^10.7"
}
}