-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
52 lines (52 loc) · 1.41 KB
/
package.json
File metadata and controls
52 lines (52 loc) · 1.41 KB
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
{
"name": "id-work",
"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",
"@tarekraafat/autocomplete.js": "^6.1.0",
"axios": "^0.19.0",
"cheerio": "^1.0.0-rc.3",
"csv-parser": "^2.3.0",
"date-diff": "^0.2.1",
"dotenv": "^8.0.0",
"grunt": "1.0.4",
"jquery": "^3.5.0",
"line-reader": "^0.4.0",
"module-alias": "^2.2.1",
"node-schedule": "^1.3.2",
"sails": "^1.2.3",
"sails-hook-grunt": "^4.0.0",
"sails-hook-orm": "^2.1.1",
"sails-hook-sockets": "^2.0.0",
"sails-mongo": "^1.0.1",
"sails-redis": "^1.0.0"
},
"devDependencies": {
"eslint": "5.16.0"
},
"scripts": {
"start": "NODE_ENV=production node app.js",
"dev": "nodemon app.js",
"test": "npm run lint && npm run custom-tests && echo 'Done.'",
"lint": "./node_modules/eslint/bin/eslint.js . --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/flavio/id-work.git"
},
"author": "flavio",
"license": "",
"engines": {
"node": "^11.15"
},
"_moduleAliases": {
"@wrappers": "api/wrappers"
}
}