-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
36 lines (36 loc) · 917 Bytes
/
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
{
"name": "beastdata",
"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",
"async": "2.0.1",
"grunt": "1.0.1",
"memorystore": "1.6.0",
"sails": "1.1.0",
"sails-hook-grunt": "3.0.2",
"sails-hook-orm": "2.1.1",
"sails-hook-sockets": "1.4.0",
"sails-mysql": "^1.0.0",
"skipper": "0.9.0-4"
},
"devDependencies": {
"@sailshq/eslint": "4.19.3",
"supertest": "3.1.0"
},
"scripts": {
"start": "NODE_ENV=production node app.js",
"test": "mocha --exit",
"lint": "eslint . --max-warnings=0 --report-unused-disable-directives && echo '✔ Your .js files look good.'"
},
"main": "app.js",
"author": "Beast Tools LLC",
"license": "",
"engines": {
"node": ">=8.11"
}
}