-
Notifications
You must be signed in to change notification settings - Fork 9
Expand file tree
/
Copy pathpackage.json
More file actions
27 lines (27 loc) · 777 Bytes
/
package.json
File metadata and controls
27 lines (27 loc) · 777 Bytes
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
{
"name": "hexo-spectre",
"version": "0.1.1",
"description": "A modern, simple & elegant theme for Hexo",
"scripts": {
"test": "echo \"Error: no test specified\"",
"setup": "npm cache clean && npm install",
"lint": "npm run setup && bash lint.sh"
},
"author": "neoFelhz",
"license": "GPL-3.0",
"bugs": {
"url": "https://github.com/neoFelhz/hexo-theme-spectre/issues"
},
"homepage": "https://github.com/neoFelhz/hexo-theme-spectre#readme",
"devDependencies": {
"ejs-lint": "^0.2.0",
"eslint": "^3.14.0",
"eslint-config-airbnb-base": "^11.0.1",
"eslint-plugin-import": "^2.2.0",
"gulp": "^3.9.1",
"gulp-clean-css": "^3.9.2",
"gulp-rename": "^1.2.2",
"gulp-uglify": "^3.0.0",
"sass-lint": "^1.10.2"
},
}