-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 841 Bytes
/
package.json
File metadata and controls
36 lines (36 loc) · 841 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
28
29
30
31
32
33
34
35
36
{
"name": "hexo-filter-optimize",
"version": "0.3.1",
"description": "A hexo plugin that optimize the pages loading speed.",
"main": "index.js",
"scripts": {
"test": "eslint ."
},
"repository": {
"type": "git",
"url": "git+https://github.com/theme-next/hexo-filter-optimize.git"
},
"keywords": [
"hexo",
"NexT",
"plugins",
"optimization"
],
"author": "Tsanie Lily",
"license": "MIT",
"bugs": {
"url": "https://github.com/theme-next/hexo-filter-optimize/issues"
},
"homepage": "https://github.com/theme-next/hexo-filter-optimize#readme",
"dependencies": {
"bluebird": "^3.7.2",
"csso": "^4.0.2",
"jsdom": "^16.2.1",
"micromatch": "^4.0.2",
"terser": "^4.6.7"
},
"devDependencies": {
"eslint": "^6.8.0",
"eslint-config-theme-next": "^1.1.4"
}
}