forked from erraX/html-string-replace-webpack-plugin
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
31 lines (31 loc) · 724 Bytes
/
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
{
"name": "html-string-replace-webpack-plugin",
"version": "1.0.5",
"description": "webpack html string replacement plugin",
"main": "index.js",
"scripts": {
"test": "jest"
},
"repository": {
"type": "git",
"url": "git+https://github.com/erraX/html-string-replace-webpack-plugin.git"
},
"keywords": [
"webpack",
"plugin",
"string",
"replace"
],
"author": "niminjie",
"license": "ISC",
"bugs": {
"url": "https://github.com/erraX/html-string-replace-webpack-plugin/issues"
},
"homepage": "https://github.com/erraX/html-string-replace-webpack-plugin#readme",
"dependencies": {
"jest": "^20.0.4"
},
"jest": {
"testRegex": "(/test/.*\\.spec.js)$"
}
}