-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
55 lines (55 loc) · 1.38 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
46
47
48
49
50
51
52
53
54
55
{
"name": "handlebars-boilerplate",
"version": "1.0.0",
"description": "Project 2 Starter",
"main": "server.js",
"scripts": {
"start": "node server.js",
"lint": "eslint --quiet .",
"fix": "eslint --fix .",
"test": "npm run lint && cross-env NODE_ENV=test mocha -u tdd --reporter spec --exit"
},
"license": "ISC",
"dependencies": {
"bcrypt": "^3.0.6",
"body-parser": "^1.19.0",
"bootstrap": "^4.3.1",
"dotenv": "^8.0.0",
"eslint-cli": "^1.1.1",
"express": "^4.17.0",
"express-handlebars": "^3.1.0",
"express-session": "^1.16.2",
"local": "^0.3.3",
"mysql": "^2.17.1",
"mysql2": "^1.6.5",
"nodemon": "^1.19.3",
"passport": "^0.4.0",
"passport-local": "^1.0.0",
"sequelize": "^5.8.6",
"sequelize-cli": "^5.5.1",
"socket.io": "^2.3.0"
},
"devDependencies": {
"chai": "^4.2.0",
"chai-http": "^4.3.0",
"cross-env": "^5.2.0",
"eslint": "^5.16.0",
"eslint-config-prettier": "^4.3.0",
"eslint-plugin-prettier": "^3.1.0",
"mocha": "^6.1.4",
"prettier": "^1.17.1"
},
"directories": {
"test": "test"
},
"repository": {
"type": "git",
"url": "git+https://github.com/jmrada14/Project-v.git"
},
"author": "",
"bugs": {
"url": "https://github.com/jmrada14/Project-v/issues"
},
"homepage": "https://github.com/jmrada14/Project-v#readme",
"keywords": []
}