forked from fulls1z3/html-elements-webpack-plugin
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 731 Bytes
/
package.json
File metadata and controls
34 lines (34 loc) · 731 Bytes
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
{
"name": "html-elements-webpack-plugin",
"version": "2.1.0",
"description": "Webpack plugin to append head elements during the creation of index.html",
"keywords": [
"html",
"elements",
"style",
"script",
"link",
"rel",
"meta",
"htmlwebpackplugin",
"webpack"
],
"bugs": {
"url": "https://github.com/fulls1z3/html-elements-webpack-plugin/issues"
},
"license": "MIT",
"author": {
"name": "Burak Tasci",
"email": "me@fulls1z3.com"
},
"contributors": [{
"name": "Nadav Sinai",
"email": "ns@nadavsinai.com"
}
],
"main": "./lib/index.js",
"repository": {
"type": "git",
"url": "https://github.com/fulls1z3/html-elements-webpack-plugin"
}
}