-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
49 lines (49 loc) · 1.22 KB
/
package.json
File metadata and controls
49 lines (49 loc) · 1.22 KB
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
{
"name": "project2",
"version": "1.0.0",
"description": "add words here",
"main": "server.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node server.js",
"parcel": "parcel ",
"lint": "eslint --quiet .",
"fix": "eslint --fix .",
"watch": "nodemon server.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/cmarshman/project2.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"bcryptjs": "2.4.3",
"bulma": "^0.8.0",
"express": "^4.17.0",
"express-handlebars": "^3.0.0",
"express-session": "^1.16.1",
"mysql2": "^1.6.5",
"passport": "^0.4.1",
"passport-local": "^1.0.0",
"sequelize": "^5.8.6",
"algoliasearch": "^4.0.1",
"instantsearch.js": "^4.2.0"
},
"devDependencies": {
"chai": "^4.1.2",
"chai-http": "^4.0.0",
"cross-env": "^5.2.0",
"eslint": "^4.19.1",
"eslint-config-prettier": "^2.9.0",
"eslint-plugin-prettier": "^2.6.2",
"handlebars": "^4.5.0",
"mocha": "^5.2.0",
"prettier": "^1.13.7"
},
"bugs": {
"url": "https://github.com/cmarshman/project2/issues"
},
"homepage": "https://github.com/cmarshman/project2#readme"
}