-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
35 lines (35 loc) · 848 Bytes
/
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
{
"name": "eberlywoods",
"version": "0.1.0",
"description": "Eberlywoods.com main website",
"scripts": {
"start": "node ./bin/server.js",
"csscomb": "csscomb public/css/*.scss",
"lint": "eslint --ext .js ."
},
"repository": {
"type": "git",
"url": "git+https://github.com/dwilhel1/eberlywoods.git"
},
"author": {
"name": "Douglas Wilhelm",
"email": "dwilhel1@hawk.iit.edu"
},
"dependencies": {
"cookie-parser": "~1.4.3",
"debug": "~2.6.9",
"express": "~4.16.0",
"hbs": "~4.0.1",
"http-errors": "~1.6.2",
"joi": "^14.0.4",
"morgan": "~1.9.0",
"node-sass-middleware": "0.11.0"
},
"devDependencies": {
"csscomb": "^4.2.0",
"eslint": "^5.7.0",
"eslint-config-airbnb-base": "^13.1.0",
"eslint-plugin-import": "^2.14.0",
"sass-lint": "^1.12.1"
}
}