-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
49 lines (49 loc) · 1.25 KB
/
package.json
File metadata and controls
49 lines (49 loc) · 1.25 KB
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
{
"name": "resume-website",
"version": "1.0.0",
"description": "",
"main": "index.js",
"dependencies": {
"chart.js": "^2.1.2",
"ejs": "^2.5.1",
"express": "^4.13.4",
"gulp": "^3.9.0",
"gulp-rename": "^1.2.2",
"handlebars": "^4.0.5",
"imagemin-pngquant": "^4.2.0",
"materialize-css": "^0.97.7",
"wiredep": "^2.2.2"
},
"devDependencies": {
"browser-sync": "^2.7.13",
"gulp": "^3.9.0",
"gulp-buster": "^1.0.0",
"gulp-concat-css": "^2.2.0",
"gulp-cssmin": "^0.1.7",
"gulp-deploy-git": "^0.5.3",
"gulp-gh-pages": "^0.5.4",
"gulp-htmlmin": "^1.1.3",
"gulp-image": "^1.3.0",
"gulp-image-optimization": "^0.1.3",
"gulp-imagemin": "^2.4.0",
"gulp-jshint": "^1.11.2",
"gulp-parker": "^0.1.2",
"gulp-plumber": "^1.0.1",
"gulp-sass": "^2.0.3",
"gulp-uglify": "^1.2.0",
"jshint-stylish": "^2.0.1"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/billykeyss/resume-website.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/billykeyss/resume-website/issues"
},
"homepage": "https://github.com/billykeyss/resume-website#readme"
}