forked from jamesandersen/string-replace-webpack-plugin
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
48 lines (48 loc) · 1.08 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
45
46
47
48
{
"name": "string-replace-webpack-plugin",
"version": "0.0.3",
"author": "James Andersen @jandersen78",
"description": "Replace string tokens in the contents of a file.",
"peerDependencies": {
"webpack": "^1.4.2"
},
"dependencies": {
"async": "~0.2.10",
"css-loader": "^0.9.1",
"file-loader": "^0.8.1",
"loader-utils": "~0.2.3",
"style-loader": "^0.8.3"
},
"devDependencies": {
"mocha": "^2.2.1",
"webpack": "*"
},
"homepage": "http://github.com/jamesandersen/string-replace-webpack-plugin",
"repository": {
"type": "git",
"url": "http://github.com/jamesandersen/string-replace-webpack-plugin.git"
},
"licenses": [
{
"type": "MIT",
"url": "http://www.opensource.org/licenses/mit-license.php"
}
],
"bugs": {
"url": "https://github.com/jamesandersen/string-replace-webpack-plugin/issues"
},
"main": "index.js",
"directories": {
"example": "example"
},
"scripts": {
"test": "mocha test"
},
"keywords": [
"webpack",
"string",
"replace",
"plugin"
],
"license": "MIT"
}