-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
38 lines (38 loc) · 953 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
37
38
{
"name": "test",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "ISC",
"dependencies": {
"bcrypt": "^1.0.2",
"body-parser": "^1.17.1",
"connect-multiparty": "^2.0.0",
"cookie-parser": "^1.4.3",
"docxtemplater": "^3.1.3",
"express": "^4.15.2",
"express-fileupload": "^0.1.3",
"express-session": "^1.15.3",
"fs-finder": "^1.8.1",
"gentelella": "^1.3.0",
"jszip": "^2.6.1",
"mkdirp": "^0.5.1",
"mv": "^2.1.1",
"node-find-folder": "^0.1.32",
"officegen": "^0.4.5",
"passport": "^0.3.2",
"passport-local": "^1.0.0",
"passport-local-sequelize": "^0.7.0",
"path": "^0.12.7",
"pg": "^6.2.2",
"pg-hstore": "^2.3.2",
"sequelize": "^3.30.4",
"sequelize-cli": "^2.7.0",
"sequelize-import-models": "^1.0.0",
"socket.io": "^2.0.1"
}
}