-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 733 Bytes
/
Copy pathpackage.json
File metadata and controls
32 lines (32 loc) · 733 Bytes
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
{
"name": "offcorss-assistant",
"version": "1.0.5",
"description": "",
"main": "offcorssAssistant.js",
"scripts": {
"start": "node offcorssAssistant.js",
"install-windows-service": "winser -i",
"uninstall-windows-service": "winser -r"
},
"author": "alejandrochvs",
"license": "ISC",
"dependencies": {
"body-parser": "^1.17.2",
"crypto": "0.0.3",
"ejs": "^2.5.6",
"express": "^4.15.3",
"fs": "0.0.1-security",
"html": "^1.0.0",
"jade": "^1.11.0",
"jsdom": "^11.0.0",
"mongoose": "^4.10.6",
"multer": "^1.3.0",
"nodemon": "^1.11.0",
"path": "^0.12.7",
"winser": "^1.0.2",
"xlsx": "^0.10.6"
},
"devDependencies": {
"nodemon": "^1.11.0"
}
}