-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 817 Bytes
/
package.json
File metadata and controls
31 lines (31 loc) · 817 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
{
"name": "print-server",
"version": "0.0.0",
"description": "a print server for icpc",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"addAdmin": "node scripts/addAdmin.js",
"start": "node index.js"
},
"author": "Mohammad Samiul Islam <forthright48@gmail.com>",
"license": "MIT",
"dependencies": {
"base64-stream": "^0.1.3",
"bcryptjs": "^2.4.3",
"body-parser": "^1.18.2",
"connect-flash": "^0.1.1",
"connect-mongo": "^2.0.0",
"cookie-parser": "^1.4.3",
"csv-parse": "^2.0.0",
"express": "^4.16.2",
"express-session": "^1.15.6",
"ip": "^1.1.5",
"lodash": "^4.17.4",
"mongoose": "^4.12.5",
"node-gyp": "^3.6.2",
"pdfmake": "^0.1.33",
"printer": "^0.2.2",
"pug": "^2.0.0-rc.4"
}
}