-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 806 Bytes
/
package.json
File metadata and controls
32 lines (32 loc) · 806 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
{
"name": "Ives",
"version": "1.0.0",
"description": "Portfolio page for Ives van Hoorne",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Ives van Hoorne",
"license": "ISC",
"dependencies": {
"body-parser": "^1.12.3",
"express": "^4.12.3",
"nodemailer": "^1.3.4",
"serve-favicon": "^2.2.0"
},
"devDependencies": {
"babel-preset-es2015": "^6.14.0",
"browser-sync": "^2.5.2",
"gulp": "^3.8.11",
"gulp-autoprefixer": "^2.1.0",
"gulp-babel": "^6.1.2",
"gulp-bower": "0.0.10",
"gulp-concat": "^2.5.2",
"gulp-minify-css": "^1.0.0",
"gulp-minify-html": "^1.0.2",
"gulp-plumber": "^1.0.0",
"gulp-sass": "^2.3.2",
"gulp-uglify": "^2.0.0",
"node-sass": "^2.1.1"
}
}