forked from nickjj/manifest-revision-webpack-plugin
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
31 lines (31 loc) · 811 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": "manifest-revision-webpack-plugin",
"version": "0.3.0",
"description": "Create a slimmed down manifest of your chunks and assets so that you can cache all of your assets.",
"main": "index.js",
"scripts": {
"test": "node tests/formatTest"
},
"repository": {
"type": "git",
"url": "https://github.com/nickjj/manifest-revision-webpack-plugin"
},
"keywords": [
"webpack",
"stats",
"manifest",
"revision"
],
"author": "Nick Janetakis <nick.janetakis@gmail.com>",
"license": "ISC",
"bugs": {
"url": "https://github.com/nickjj/manifest-revision-webpack-plugin/issues"
},
"homepage": "https://github.com/nickjj/manifest-revision-webpack-plugin",
"dependencies": {
"walk": "^2.3.9"
},
"peerDependencies": {
"webpack": "^1.8.11"
}
}