-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.json
63 lines (63 loc) · 1.53 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
56
57
58
59
60
61
62
63
{
"name": "soen343",
"version": "1.0.0",
"description": "Concordia electronics storefront",
"engines": {
"node": "6.11.1"
},
"main": "index.js",
"scripts": {
"start": "nodemon index.js",
"test": "nyc mocha --require co-mocha --recursive tests || true",
"lint": "eslint index.js routes domain-layer data-source-layer --fix"
},
"dependencies": {
"bcryptjs": "*",
"body-parser": "*",
"connect-flash": "^0.1.1",
"cookie-parser": "^1.4.3",
"dotenv": "^4.0.0",
"ejs": "2.5.6",
"express": "4.15.2",
"express-handlebars": "^3.0.0",
"express-messages": "*",
"express-session": "*",
"express-validator": "*",
"meld": "^1.3.2",
"memorystore": "^1.6.0",
"moment": "^2.19.1",
"nodemon": "^1.12.1",
"obligations": "0.0.2",
"passport": "^0.4.0",
"passport-http": "*",
"passport-local": "*",
"pg": "*"
},
"devDependencies": {
"chai": "^4.1.2",
"chai-as-promised": "^7.1.1",
"co-mocha": "^1.2.1",
"eslint": "^4.7.2",
"eslint-config-google": "^0.9.1",
"mocha": "^4.0.1",
"nyc": "^11.3.0",
"request": "^2.81.0",
"should": "^13.1.3",
"supertest": "^3.0.0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/heroku/node-js-getting-started.git"
},
"keywords": [
"node",
"heroku",
"express"
],
"license": "MIT",
"bugs": {
"url": "https://github.com/heroku/node-js-getting-started/issues"
},
"homepage": "https://github.com/heroku/node-js-getting-started#readme",
"author": ""
}