-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
38 lines (38 loc) · 964 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": "express-boilerplate",
"version": "1.0.0",
"description": "A quick and simple ExpressJS boilerplate",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/PUP-CCIS/express-boilerplate.git"
},
"keywords": [
"expressjs",
"boilerplate"
],
"author": "Micah Andrew Bule",
"license": "ISC",
"bugs": {
"url": "https://github.com/PUP-CCIS/express-boilerplate/issues"
},
"homepage": "https://github.com/PUP-CCIS/express-boilerplate#readme",
"dependencies": {
"0g": "^1.0.2",
"body-parser": "^1.17.2",
"bulma": "^0.5.3",
"dotenv": "^4.0.0",
"express": "^4.15.3",
"express-fileupload": "^0.2.0",
"express-session": "^1.15.5",
"morgan": "^1.8.2",
"mysql": "^2.13.0",
"npm": "^5.4.2",
"pug": "^2.0.0-rc.2",
"serve-static": "^1.12.3",
"winston": "^2.3.1"
}
}