forked from JamieChung/nandomoreirame.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
49 lines (49 loc) · 1.43 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
{
"name": "nandomoreira.me",
"version": "3.0.0",
"description": "My personal website where I talk about front-end development like HTML5, CSS3, JavaScript and Wordpress, PHP and more",
"repository": {
"type": "git",
"url": "[email protected]:nandomoreirame/nandomoreirame.github.io.git"
},
"keywords": [],
"author": "Fernando Moreira",
"license": "MIT",
"private": true,
"engines": {
"node": ">=4.2.3"
},
"dependencies": {
"bower": "^1.5.2"
},
"devDependencies": {
"browser-sync": "^2.9.3",
"gulp": "^3.9.0",
"gulp-autoprefixer": "^3.0.1",
"gulp-bower-normalize": "^1.0.6",
"gulp-cache": "0.2.2",
"gulp-combine-media-queries": "^0.2.0",
"gulp-compass": "^2.1.0",
"gulp-concat": "^2.6.0",
"gulp-if": "^1.2.5",
"gulp-imagemin": "^2.0.0",
"gulp-include": "^2.0.2",
"gulp-jshint": "^1.11.2",
"gulp-load-plugins": "^0.8.0",
"gulp-merge-media-queries": "^0.2.1",
"gulp-minify-css": "^1.2.1",
"gulp-plumber": "^1.0.1",
"gulp-rename": "^1.2.2",
"gulp-ruby-sass": "^2.0.3",
"gulp-shell": "^0.4.3",
"gulp-size": "^2.0.0",
"gulp-uglify": "^1.2.0",
"imagemin-pngquant": "^4.1.2",
"main-bower-files": "^2.9.0",
"require-dir": "^0.3.0",
"run-sequence": "^1.0.1"
},
"scripts": {
"test": "gulp && git status | grep 'working directory clean' >/dev/null || (echo 'Please commit all changes generated by building'; exit 1)"
}
}