-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
49 lines (49 loc) · 1.34 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": "sukrosono.github.io",
"version": "0.0.1",
"description": "Adi Prasetyo personal branding",
"main": "index.js",
"scripts": {
"server": "bundle exec jekyll serve",
"inspect": "bundle exec jekyll doctor",
"static": "bundle exec jekyll build",
"clean": "bundle exec jekyll clean",
"develop": "bundle exec jekyll serve --incremental --trace",
"production": "JEKYLL_ENV=production bundle exec jekyll serve --incremental --trace",
"media": "python src/python/pl.py"
},
"repository": {
"type": "git",
"url": "git+https://github.com/sukrosono/sukrosono.github.io.git"
},
"keywords": [
"coding"
],
"author": "Adi Prasetyo",
"license": "cc-by-sa",
"cc-by-sa": "http://creativecommons.org/licenses/by-sa/4.0/",
"bugs": {
"url": "https://github.com/sukrosono/sukrosono.github.io/issues"
},
"homepage": "https://github.com/sukrosono/sukrosono.github.io#readme",
"devDependencies": {
"gulp": "^4.0.2",
"gulp-coffee": "^3.0.3",
"gulp-concat": "^2.6.1",
"gulp-if": "^3.0.0",
"gulp-pug": "^4.0.1",
"gulp-rename": "^2.0.0",
"gulp-sass": "^4.1.0",
"gulp-uglify": "^3.0.2",
"pug": ">=3.0.2",
"yargs": "^16.2.0"
},
"coffeelintConfig": {
"no_trailing_semicolons": {
"level": "ignore"
}
},
"dependencies": {
"social-post-api": "^1.0.16"
}
}