-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
executable file
·39 lines (39 loc) · 1.01 KB
/
package.json
File metadata and controls
executable file
·39 lines (39 loc) · 1.01 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
{
"name": "assertive",
"version": "1.2.0",
"description": "Smartfarm Sales System",
"main": "app.js",
"dependencies": {
"async": "^3.1.1",
"axios": "^0.19.0",
"body-parser": "^1.19.0",
"crypto": "^1.0.1",
"date-utils": "^1.2.21",
"ejs": "^2.6.2",
"express": "^4.17.1",
"express-session": "^1.16.2",
"fs": "^0.0.1-security",
"http": "^0.0.0",
"ipware": "^2.0.0",
"mongoose": "^5.6.4",
"mysql": "^2.17.1",
"path": "^0.12.7",
"socket.io": "^2.2.0",
"systeminformation": "^4.14.3"
},
"devDependencies": {},
"scripts": {
"test": "pm2 start index.js --watch --ignore-watch \"node_modules front\" --no-daemon",
"start": "pm2 start index.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/KDMHSAssertive/assertive.git"
},
"author": "2019 assertive",
"license": "ISC",
"bugs": {
"url": "https://github.com/KDMHSAssertive/assertive/issues"
},
"homepage": "https://github.com/KDMHSAssertive/assertive#readme"
}