-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 1011 Bytes
/
package.json
File metadata and controls
36 lines (36 loc) · 1011 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
33
34
35
36
{
"name": "nodejs-express-ejs-bootstrap-mongo-skeleton",
"version": "0.0.1",
"description": "Nodejs Skeleton plus Express-Ejs-Bootstrap-Mongodb Edit",
"main": "server.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "nodemon server.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/JANQLIANGTSAI/nodejs-express-ejs-bootstrap-mongo-skeleton.git"
},
"keywords": [
"node.js",
"express",
"ejs",
"bootstrap",
"mongodb"
],
"author": "Max J. Tsai (mt8168@gmail.com)",
"license": "MIT",
"bugs": {
"url": "https://github.com/JANQLIANGTSAI/nodejs-express-ejs-bootstrap-mongo-skeleton/issues"
},
"homepage": "https://github.com/JANQLIANGTSAI/nodejs-express-ejs-bootstrap-mongo-skeleton#readme",
"dependencies": {
"body-parser": "^1.18.0",
"bootstrap": "^3.3.7",
"ejs": "^2.5.7",
"express": "^4.15.4",
"mongodb": "^2.2.31",
"multer": "^1.3.0",
"nodemon": "^1.12.0"
}
}