UNPKG

798 BJSONView Raw
1{
2 "name": "hexo-filter-optimize",
3 "version": "0.2.4",
4 "description": "A hexo plugin that optimize the pages loading speed.",
5 "main": "index.js",
6 "scripts": {
7 "test": "eslint index.js"
8 },
9 "repository": {
10 "type": "git",
11 "url": "git+https://github.com/theme-next/hexo-filter-optimize.git"
12 },
13 "keywords": [
14 "hexo",
15 "NexT",
16 "plugins",
17 "optimization"
18 ],
19 "author": "Tsanie Lily",
20 "license": "MIT",
21 "bugs": {
22 "url": "https://github.com/theme-next/hexo-filter-optimize/issues"
23 },
24 "homepage": "https://github.com/theme-next/hexo-filter-optimize#readme",
25 "dependencies": {
26 "bluebird": "^3.5.1",
27 "jsdom": "^11.6.0",
28 "minimatch": "^3.0.4"
29 },
30 "devDependencies": {
31 "eslint": "^4.16.0",
32 "eslint-config-google": "^0.9.1"
33 }
34}