-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
45 lines (45 loc) · 1.05 KB
/
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
39
40
41
42
43
44
45
{
"name": "backEndCapstone",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"start": "nodemon app.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/mozecode/dose.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"bcrypt-nodejs": "0.0.3",
"body-parser": "^1.18.2",
"bootstrap": "^4.0.0-beta",
"dotenv": "^4.0.0",
"express": "^4.16.1",
"express-flash": "0.0.2",
"express-session": "^1.15.6",
"font-awesome": "^4.7.0",
"jquery": "^3.2.1",
"later": "^1.2.0",
"method-override": "^2.3.10",
"nodemon": "^1.12.1",
"passport": "^0.4.0",
"passport-local": "^1.0.0",
"pg": "^7.3.0",
"pg-hstore": "^2.3.2",
"pug": "^2.0.0-rc.4",
"sequelize": "^4.13.5",
"sequelize-cli": "^3.0.0"
},
"engines": {
"node": "8.9.1"
},
"bugs": {
"url": "https://github.com/mozecode/dose/issues"
},
"homepage": "https://github.com/mozecode/dose#readme"
}