-
Notifications
You must be signed in to change notification settings - Fork 40
/
package.json
32 lines (32 loc) · 858 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
32
{
"name": "manifest-revision-webpack-plugin",
"version": "0.4.1",
"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 <[email protected]>",
"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": {
"sync-exec": "^0.6.2",
"webpack": "^1.8.11 || ^2.2.0 || ^3.3.0"
}
}