-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
53 lines (53 loc) · 1.24 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
{
"name": "kegparty",
"version": "1.0.0",
"description": "Craft beer curation web app",
"main": "index.js",
"dependencies": {
"axios": "^0.15.3",
"body-parser": "^1.15.2",
"cookie-parser": "^1.4.3",
"cookie-session": "^2.0.0-beta.1",
"dotenv": "^4.0.0",
"ejs": "^2.5.6",
"express": "^4.14.1",
"express-session": "^1.14.2",
"jquery": "^3.2.0",
"mongoose": "^4.6.6",
"morgan": "^1.7.0",
"nodemon": "^1.11.0",
"paper": "^0.10.3",
"passport": "^0.3.2",
"passport-local": "^1.0.0",
"passport-local-mongoose": "^4.0.0",
"serve-favicon": "^2.4.2"
},
"devDependencies": {
"eslint": "^3.15.0",
"eslint-config-airbnb": "^14.1.0",
"eslint-plugin-import": "^2.2.0",
"eslint-plugin-jsx-a11y": "^4.0.0",
"eslint-plugin-react": "^6.10.0"
},
"scripts": {
"start": "nodemon app.js"
},
"engines": {
"node": "7.6.0:"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Tj-Tracy/KegParty.git"
},
"keywords": [
"Craft",
"Beer",
"Curation"
],
"author": "Thomas Tracy",
"license": "(MIT)",
"bugs": {
"url": "https://github.com/Tj-Tracy/KegParty/issues"
},
"homepage": "https://github.com/Tj-Tracy/KegParty#readme"
}