File tree Expand file tree Collapse file tree 2 files changed +33
-0
lines changed Expand file tree Collapse file tree 2 files changed +33
-0
lines changed Original file line number Diff line number Diff line change
1
+ ## v1.0.0
2
+ - First version
Original file line number Diff line number Diff line change
1
+ {
2
+ "name" : " hexo-webp-polyfill" ,
3
+ "version" : " 1.0.0" ,
4
+ "description" : " Hexo browser polyfill for the WebP image format." ,
5
+ "main" : " index.js" ,
6
+ "repository" : {
7
+ "type" : " git" ,
8
+ "url" : " git+https://github.com/MBRjun/hexo-webp-polyfill.git"
9
+ },
10
+ "homepage" : " https://github.com/MBRjun/hexo-webp-polyfill" ,
11
+ "keywords" : [
12
+ " hexo" ,
13
+ " plugin" ,
14
+ " polyfill" ,
15
+ " webp"
16
+ ],
17
+ "author" : " MBRjun <mbrjun@foxmail.com>" ,
18
+ "license" : " MIT" ,
19
+ "dependencies" : {
20
+ "cheerio" : " ^1.0.0-rc.12" ,
21
+ "uglify-js" : " ^3.17.4" ,
22
+ "webp-hero" : " ^0.0.2"
23
+ },
24
+ "bugs" : {
25
+ "url" : " https://github.com/MBRjun/hexo-webp-polyfill/issues"
26
+ },
27
+ "directories" : {
28
+ "lib" : " lib"
29
+ },
30
+ "devDependencies" : {}
31
+ }
You can’t perform that action at this time.
0 commit comments