forked from DustinJackson/html-webpack-inline-source-plugin
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
44 lines (44 loc) · 1.12 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
{
"name": "html-webpack-inline-source-plugin-custom-tag-attributes",
"version": "1.0.0",
"description": "html-webpack-inline-source-plugin with custom script tag attributes",
"main": "index.js",
"types": "index.d.ts",
"files": [
"index.js",
"index.d.ts"
],
"scripts": {
"test": "jasmine",
"debug": "node-debug jasmine"
},
"repository": {
"type": "git",
"url": "https://github.com/dzebisati/html-webpack-inline-source-plugin-with-adding-custom-tag-feature.git"
},
"keywords": [
"webpack",
"plugin",
"html-webpack-plugin",
"inline",
"source"
],
"author": "Azamat Dzebisov <dzembo1@yandex.ru> (https://github.com/DustinJackson)",
"license": "MIT",
"devDependencies": {
"cheerio": "^0.22.0",
"css-loader": "^0.25.0",
"extract-text-webpack-plugin": "^4.0.0-beta.0",
"html-webpack-plugin": "^4.0.0-beta.4",
"jasmine": "^2.4.1",
"rimraf": "^2.5.2",
"semistandard": "^7.0.5",
"style-loader": "^0.13.1",
"webpack": "^4.20.2"
},
"dependencies": {
"escape-string-regexp": "^1.0.5",
"slash": "^1.0.0",
"source-map-url": "^0.4.0"
}
}