-
Notifications
You must be signed in to change notification settings - Fork 58
/
package.json
38 lines (38 loc) · 1.28 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
{
"name": "material-design-0",
"version": "0.0.1",
"repository": {
"type": "git",
"url": "https://github.com/mpaiva/material-resume.git"
},
"description": "Professional Resume using Google's Material Design visual language. Built using modern web development workflow tools, such as Bower for package mamagement, Gulp and plugins for web development task management, Jade as HTML template language and Materialize SASS as CSS scaffolding.",
"main": "index.html",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Marcelo Paiva <[email protected]> (http://paiva.cc/)",
"license": "MIT",
"devDependencies": {
"browserify": "^9.0.3",
"gulp": "^3.8.11",
"gulp-concat": "^2.5.2",
"gulp-connect": "^2.2.0",
"gulp-if": "^1.2.5",
"gulp-imagemin": "^2.2.1",
"gulp-jade": "^1.0.0",
"gulp-livereload": "^3.7.0",
"gulp-minify-css": "^0.5.1",
"gulp-notify": "^2.2.0",
"gulp-plumber": "^0.6.6",
"gulp-rename": "^1.2.0",
"gulp-ruby-sass": "^1.0.0-alpha.3",
"gulp-sass": "^1.3.3",
"gulp-shell": "^0.3.0",
"gulp-streamify": "0.0.5",
"gulp-svgmin": "^1.1.1",
"gulp-uglify": "^1.1.0",
"imagemin-pngquant": "^4.0.0",
"main-bower-files": "^2.5.0",
"vinyl-source-stream": "^1.1.0"
}
}