forked from kitian616/jekyll-TeXt-theme
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
36 lines (36 loc) · 970 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
{
"name": "jekyll-text-theme",
"version": "1.3.0",
"description": "A theme for Jekyll",
"scripts": {
"build": "bundle exec jekyll build --watch",
"build0": "bundle exec jekyll build --config ./_config.test.yml --watch",
"serve": "bundle exec jekyll serve -H 0.0.0.0",
"dev": "(npm run build &) && npm run serve",
"dev0": "(npm run build0 &) && npm run serve",
"favicon": "gulp favicon",
"icons": "gulp icons",
"artwork": "gulp artwork"
},
"repository": {
"type": "git",
"url": "git+https://github.com/kitian616/kitian616.github.io.git"
},
"keywords": [
"jekyll",
"jekyll-theme",
"jekyll-template"
],
"author": "Tian Qi",
"license": "MIT",
"bugs": {
"url": "https://github.com/kitian616/issues"
},
"homepage": "https://github.com/kitian616#readme",
"devDependencies": {
"gulp": "^3.9.1",
"gulp-rename": "^1.2.2",
"gulp-svg2png": "^2.0.2",
"gulp-to-ico": "^1.0.0"
}
}