forked from vseventer/hexo-uncss
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
42 lines (42 loc) · 897 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
42
{
"name": "hexo-uncss2",
"version": "2.3.5",
"description": "uncss2 plugin for Hexo.",
"keywords": [
"hexo",
"hexo-plugin",
"hexo-filter",
"uncss",
"uncss2",
"css",
"html"
],
"homepage": "https://github.com/tomap/hexo-uncss2",
"bugs": "https://github.com/tomap/hexo-uncss2/issues",
"license": "MIT",
"author": "Mark van Seventer <mark@vseventer.com>",
"repository": {
"type": "git",
"url": "tomap/hexo-uncss2"
},
"main": "./index.js",
"scripts": {
"pretest": "eslint .",
"test": "./node_modules/.bin/mocha test/"
},
"dependencies": {
"bluebird": "^3.7.2",
"debug": "^4.3.4",
"minimatch": "^10.0.1",
"stream-to-array": "^2.3.0",
"uncss": "^0.17.3"
},
"devDependencies": {
"eslint": "^9.1.0",
"eslint-config-hexo": "^5.0.0",
"mocha": "^10.2.0"
},
"engines": {
"node": ">=18"
}
}