-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
executable file
·58 lines (58 loc) · 1.71 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
55
56
57
58
{
"name": "jhonny-roger-blog",
"version": "1.0.0",
"description": "Blog pessoal sobre desenvolvimento",
"main": "index.js",
"scripts": {
"start": "sass --watch themes/jhonny-roger/static/css/style.sass:themes/jhonny-roger/static/dist/style.min.css | hugo server",
"test": "echo \"Error: no test specified\" && exit 1",
"build": "gulp rev-assets; hugo; gulp html; node scripts/lunr-script.js;",
"deploy": "rsync -e 'ssh -o StrictHostKeyChecking=no -i /tmp/deploy_rsa' -ravzup public/* $FTP_USER@$FPT_HOST:~/public_html/"
},
"repository": {
"type": "git",
"url": "git@github.com:jhonnyrogerb/jhonny-roger-blog.git"
},
"keywords": [
"blog",
"static",
"hugo",
"go",
"goland",
"html"
],
"author": "Jhonny Roger Silva",
"license": "MIT",
"bugs": {
"url": "https://github.com/jhonnyrogerb/jhonny-roger-blog/issues"
},
"homepage": "https://github.com/jhonnyrogerb/jhonny-roger-blog#readme",
"devDependencies": {
"del": "^3.0.0",
"diacritics": "^1.3.0",
"gulp": "^3.9.1",
"gulp-autoprefixer": "^4.0.0",
"gulp-combine-media-queries": "^0.2.0",
"gulp-combine-mq": "^0.4.0",
"gulp-concat": "^2.6.1",
"gulp-debug": "^3.1.0",
"gulp-exec": "^2.1.3",
"gulp-file": "^0.3.0",
"gulp-htmlmin": "^3.0.0",
"gulp-imagemin": "^4.0.0",
"gulp-minify": "^1.0.0",
"gulp-minify-css": "^1.2.4",
"gulp-order": "^1.1.1",
"gulp-rename": "^1.2.2",
"gulp-rev": "^8.0.0",
"gulp-rev-replace": "^0.4.3",
"gulp-sass": "^3.1.0",
"gulp-shell": "^0.6.3",
"gulp-style-inject": "^0.1.1",
"gulp-uglify": "^3.0.0",
"gulp-util": "^3.0.8",
"gulp-watch": "^4.3.11",
"lunr": "^2.1.2",
"merge-stream": "^1.0.1"
}
}