Skip to content

Commit dcfb4a1

Browse files
author
李昕亮
committed
📦package
add package json
1 parent 7957e69 commit dcfb4a1

File tree

1 file changed

+30
-0
lines changed

1 file changed

+30
-0
lines changed

package.json

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
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+
}

0 commit comments

Comments
 (0)