forked from litten/hexo-theme-yilia
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
41 lines (41 loc) · 973 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
37
38
39
40
41
{
"name": "yilia",
"version": "3.0.0",
"description": "a theme for hexo",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"dev": "webpack",
"dist": "webpack -p"
},
"repository": {
"type": "git",
"url": "git+https://github.com/litten/hexo-theme-yilia.git"
},
"keywords": [
"hexo",
"theme",
"blog"
],
"author": "litten",
"license": "ISC",
"bugs": {
"url": "https://github.com/litten/hexo-theme-yilia/issues"
},
"homepage": "https://github.com/litten/hexo-theme-yilia#readme",
"devDependencies": {
"autoprefixer": "^6.5.1",
"css-loader": "^0.25.0",
"extract-text-webpack-plugin": "^1.0.1",
"node-sass": "^3.9.3",
"postcss-loader": "^1.0.0",
"sass-loader": "^4.0.2",
"style-loader": "^0.13.1",
"url-loader": "^0.5.7",
"webpack": "^1.13.2"
},
"dependencies": {
"badjs-report": "^1.2.2",
"file-loader": "^0.9.0",
"js-cookie": "^2.1.3"
}
}