-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
59 lines (59 loc) · 1.61 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
{
"name": "grotonfirerescue",
"version": "0.5.0",
"description": "Website for Groton Fire and Rescue",
"main": "start.js",
"scripts": {
"build": "webpack",
"watch": "webpack --watch",
"test": "echo \"Error: no test specified\" && exit 1",
"start": "nodemon ./start.js -e js,pug"
},
"repository": {
"type": "git",
"url": "git+https://github.com/I3uckwheat/GrotonFireRescue.git"
},
"author": "Briggs Elsperger",
"license": "ISC",
"bugs": {
"url": "https://github.com/I3uckwheat/GrotonFireRescue/issues"
},
"homepage": "https://github.com/I3uckwheat/GrotonFireRescue#readme",
"dependencies": {
"babel-polyfill": "^6.26.0",
"body-parser": "1.18.2",
"connect-flash": "^0.1.1",
"connect-mongo": "2.0.1",
"cookie-parser": "^1.4.3",
"dotenv": "^5.0.1",
"express": "4.16.2",
"express-session": "1.15.6",
"express-validator": "^5.0.0",
"fs-extra": "^5.0.0",
"jimp": "^0.2.28",
"md5": "^2.2.1",
"mongoose": "5.0.4",
"mongoose-error-handler": "^1.0.0",
"mongoose-mongodb-errors": "0.0.2",
"multer": "1.3.0",
"passport": "^0.4.0",
"passport-local": "1.0.0",
"passport-local-mongoose": "^4.5.0",
"pug": "2.0.0-rc.4",
"serve-favicon": "^2.5.0",
"slugs": "0.1.3",
"uuid": "3.2.1",
"validator": "9.4.0",
"webpack": "^4.6.0",
"webpack-cli": "^2.0.15"
},
"devDependencies": {
"babel-core": "^6.26.3",
"babel-loader": "^7.1.4",
"babel-preset-env": "^1.6.1",
"eslint": "^4.18.2",
"eslint-config-airbnb-base": "^12.1.0",
"eslint-plugin-import": "^2.9.0",
"nodemon": "^1.17.5"
}
}