-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
35 lines (35 loc) · 938 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
{
"name": "jaykaron.github.io",
"version": "1.0.0",
"description": "personal website",
"main": "gulpfile.js",
"dependencies": {
"gh-pages": "^3.2.3",
"gulp": "^4.0.2",
"gulp-flatten": "^0.4.0",
"gulp-front-matter": "^1.3.0",
"gulp-htmlmin": "^5.0.1",
"gulp-markdown": "^5.0.1",
"gulp-nunjucks-render": "^2.2.3",
"gulp-wrap": "^0.15.0"
},
"devDependencies": {
"browser-sync": "^2.26.7"
},
"scripts": {
"build": "gulp build",
"watch": "gulp watch",
"test": "echo \"Error: no test specified\" && exit 1",
"deploy": "npm run build && gh-pages --dist build"
},
"repository": {
"type": "git",
"url": "git+https://github.com/jaykaron/jaykaron.github.io.git"
},
"author": "jaykaron",
"license": "ISC",
"bugs": {
"url": "https://github.com/jaykaron/jaykaron.github.io/issues"
},
"homepage": "https://github.com/jaykaron/jaykaron.github.io#readme"
}