-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
executable file
·54 lines (54 loc) · 1.36 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
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
{
"name": "portfolio-of-kamilla",
"version": "1.0.0",
"description": "The Kamilla's portfolio.",
"main": "gulpfile.babel.js",
"engines": {
"node": ">=0.10.0"
},
"scripts": {
"test": "gulp"
},
"repository": {
"type": "git",
"url": "git+https://github.com/diegorodriguesvieira/kamilla-portfolio.git"
},
"keywords": [
"portfolio",
"design",
"web",
"design"
],
"author": "Diego Rodrigues Vieira",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/diegorodriguesvieira/kamilla-portfolio/issues"
},
"homepage": "https://github.com/diegorodriguesvieira/kamilla-portfolio#readme",
"devDependencies": {
"babel-core": "^6.6.4",
"babel-preset-es2015": "^6.6.0",
"browser-sync": "^2.11.1",
"del": "^2.2.0",
"gulp": "^3.9.1",
"gulp-autoprefixer": "^3.1.0",
"gulp-babel": "^6.1.2",
"gulp-cache": "^0.4.2",
"gulp-concat": "^2.6.0",
"gulp-if": "^2.0.0",
"gulp-imagemin": "^2.4.0",
"gulp-jshint": "^2.0.0",
"gulp-load-plugins": "^1.2.0",
"gulp-minify-css": "^1.2.4",
"gulp-minify-html": "^1.0.6",
"gulp-newer": "^1.1.0",
"gulp-rename": "^1.2.2",
"gulp-sass": "^2.2.0",
"gulp-size": "^2.0.0",
"gulp-sourcemaps": "^1.6.0",
"gulp-uglify": "^1.5.3",
"jshint": "^2.9.1",
"jshint-stylish": "^2.1.0",
"run-sequence": "^1.1.5"
}
}