-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
38 lines (38 loc) · 965 Bytes
/
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": "vcaldas.github.io",
"title": "vcaldasWebsite",
"version": "0.0.1",
"homepage": "http://victorcaldas.com",
"author": "Victor Caldas",
"private": true,
"license": {
"type": "MIT",
"url": "https://github.com/vcaldas/vcaldas.github.io/LICENSE"
},
"devDependencies": {
"browser-sync": "^2.18.13",
"cross-spawn": "^5.1.0",
"del": "^3.0.0",
"fs": "0.0.1-security",
"gulp": "github:gulpjs/gulp#4.0",
"gulp-autoprefixer": "^4.0.0",
"gulp-concat": "^2.6.1",
"gulp-cssnano": "^2.1.2",
"gulp-if": "^2.0.2",
"gulp-imagemin": "^3.3.0",
"gulp-purifycss": "^0.2.0",
"gulp-rsync": "0.0.8",
"gulp-sass": "^3.1.0",
"gulp-sourcemaps": "^2.6.0",
"gulp-uglify": "^3.0.0",
"js-yaml": "^3.13.1",
"require-dir": "^0.3.2",
"run-sequence": "^2.1.0",
"wiredep": "^4.0.0",
"yargs": "^8.0.2"
},
"dependencies": {
"travis": "^0.1.1",
"travis-encrypt": "^2.1.1"
}
}