forked from sumimakito/hexo-theme-typography
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
32 lines (32 loc) · 928 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
{
"name": "hexo-theme-typography",
"version": "1.0.0",
"description": "Rediscover the beauty of typography.",
"main": "index.js",
"scripts": {
"test": "npm run scss-compile",
"scss-compile": "node-sass raw/scss/style.scss source/css/style.css && node-sass raw/scss/style-dark.scss source/css/style-dark.css",
"watch": "npm run scss-compile"
},
"repository": {
"type": "git",
"url": "https://github.com/SumiMakito/hexo-theme-typography"
},
"keywords": [
"hexo",
"theme",
"typography"
],
"author": "Makito <[email protected]> (https://www.keep.moe/)",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/SumiMakito/hexo-theme-typography/issues"
},
"homepage": "https://github.com/SumiMakito/hexo-theme-typography/README.md",
"devDependencies": {},
"dependencies": {
"node-sass": "^4.5.3",
"scss-compile": "^0.1.7",
"yamljs": "^0.3.0"
}
}