-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 922 Bytes
/
Copy pathpackage.json
File metadata and controls
36 lines (36 loc) · 922 Bytes
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
{
"name": "portfolio",
"version": "1.0.0",
"description": "My personal website",
"main": "app.js",
"scripts": {
"start": "node bin/www",
"postinstall": "node node_modules/gulp/bin/gulp build"
},
"author": "Thomas Dodd",
"license": "ISC",
"dependencies": {
"body-parser": "^1.18.1",
"cookie-parser": "^1.4.3",
"debug": "^3.0.1",
"express": "^4.15.4",
"morgan": "^1.8.2",
"pug": "^2.0.0-rc.4",
"serve-favicon": "^2.4.4",
"babel-core": "^6.25.0",
"babel-loader": "^7.1.1",
"babel-preset-es2015": "^6.24.1",
"browser-sync": "^2.18.13",
"gulp": "^3.9.1",
"gulp-babel": "^7.0.0",
"gulp-concat": "^2.6.1",
"gulp-html2pug": "^1.1.0",
"gulp-htmlmin": "^3.0.0",
"gulp-imagemin": "^3.3.0",
"gulp-rename": "^1.2.2",
"gulp-sass": "^3.1.0",
"gulp-sourcemaps": "^2.6.1",
"gulp-uglify": "^3.0.0",
"nodemon": "^1.12.1"
}
}