File tree Expand file tree Collapse file tree 1 file changed +30
-0
lines changed
Expand file tree Collapse file tree 1 file changed +30
-0
lines changed Original file line number Diff line number Diff line change 1+ {
2+ "name" : " html-inline-source-webpack-plugin" ,
3+ "version" : " 1.0.0" ,
4+ "description" : " 🔧A webpack plugin to inline source in html, wrapper of inline-source." ,
5+ "main" : " ./html-inline-source-webpack-plugin.js" ,
6+ "scripts" : {},
7+ "repository" : {
8+ "type" : " git" ,
9+ "url" : " git+https://github.com/lixinliang/html-inline-source-webpack-plugin.git"
10+ },
11+ "keywords" : [
12+ " webpack" ,
13+ " plugin" ,
14+ " inject" ,
15+ " inline" ,
16+ " source" ,
17+ " html"
18+ ],
19+ "author" : {
20+ "name" : " lixinliang" ,
21+ "url" : " https://github.com/lixinliang"
22+ },
23+ "license" : " MIT" ,
24+ "bugs" : {
25+ "url" : " https://github.com/lixinliang/html-inline-source-webpack-plugin/issues"
26+ },
27+ "dependencies" : {
28+ "inline-source" : " ^5.1.2"
29+ }
30+ }
You can’t perform that action at this time.
0 commit comments