-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
44 lines (44 loc) · 1.22 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
{
"name": "beevafinity",
"private": true,
"version": "0.0.0",
"description": "Sails demo application",
"keywords": [],
"dependencies": {
"@sailshq/connect-redis": "^3.2.1",
"@sailshq/lodash": "^3.10.3",
"@sailshq/socket.io-redis": "^5.2.0",
"faker": "^4.1.0",
"grunt": "1.0.1",
"sails": "^1.1.0",
"sails-hook-grunt": "^3.1.0",
"sails-hook-orm": "^2.1.1",
"sails-hook-sockets": "^1.5.5",
"sails-postgresql": "^1.0.1",
"sails-hook-organics": "^0.13.0",
"sails-mysql": "^1.0.1"
},
"devDependencies": {
"@sailshq/eslint": "^4.19.3",
"chai": "^4.2.0",
"mocha": "^5.2.0",
"supertest": "^3.3.0"
},
"scripts": {
"prestart": "npm run test",
"start": "NODE_ENV=production node app.js",
"pretest": "npm run lint",
"test": "node ./node_modules/mocha/bin/mocha test/lifecycle.test.js test/integration/**/*.test.js",
"lint": "eslint . --report-unused-disable-directives && echo '✔ Your .js files look good.'"
},
"main": "app.js",
"repository": {
"type": "git",
"url": "https://github.com/beeva-beatrizdemiguel/poc-sailsjs.git"
},
"author": "Alberto Matías, Beatriz de Miguel",
"license": "",
"engines": {
"node": ">=8.9"
}
}