-
-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.json
56 lines (56 loc) · 1.22 KB
/
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
43
44
45
46
47
48
49
50
51
52
53
54
55
56
{
"name": "hexo-filter-lqip",
"version": "1.5.0",
"description": "A Hexo plugins which helps to introduce low quality image placeholders to the theme",
"main": "index.js",
"scripts": {
"test": "ava"
},
"directories": {
"lqip": "./lqip"
},
"files": [
"index.js",
"lqip/"
],
"repository": {
"type": "git",
"url": "git+https://github.com/hexojs/hexo-filter-lqip.git"
},
"author": "",
"license": "MIT",
"bugs": {
"url": "https://github.com/hexojs/hexo-filter-lqip/issues"
},
"homepage": "https://github.com/hexojs/hexo-filter-lqip#readme",
"peerDependencies": {
"hexo": "3.x || 4.x || 5.x || 6.x"
},
"dependencies": {
"bluebird": "^3.7.0",
"potrace": "^2.1.2",
"quantize": "^1.0.2",
"sharp": "^0.28.2",
"stream-to-array": "^2.3.0",
"string-replace-async": "^2.0.0",
"svgo": "^2.2.2"
},
"devDependencies": {
"@ava/babel": "^1.0.0",
"ava": "^3.0.0",
"hexo": "^4.0.0",
"hexo-renderer-ejs": "^1.0.0",
"hexo-test-utils": "^0.4.1",
"testcheck": "^1.0.0-rc.2"
},
"resolutions": {
"mkdirp": "^0.5.3"
},
"ava": {
"files": [
"specs/*_spec.js"
],
"babel": true,
"snapshotDir": "specs/snapshots"
}
}