-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
30 lines (30 loc) · 768 Bytes
/
package.json
File metadata and controls
30 lines (30 loc) · 768 Bytes
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
{
"name": "webpack-yam-plugin",
"version": "1.0.1",
"description": "Yet another manifest plugin for webpack",
"license": "MIT",
"author": "Mark Finger <[email protected]>",
"main": "lib/webpack-yam-plugin.js",
"homepage": "https://github.com/markfinger/webpack-yam-plugin",
"bugs": {
"url": "https://github.com/markfinger/webpack-yam-plugin/issues"
},
"repository": {
"type": "git",
"url": "https://github.com/markfinger/webpack-yam-plugin.git"
},
"scripts": {
"test": "mocha lib/test/tests.js"
},
"dependencies": {
"lodash": "^4.17.11",
"mkdirp": "^0.5.1",
"strip-ansi": "^5.0.0"
},
"devDependencies": {
"chai": "^4.2.0",
"mocha": "^5.2.0",
"rimraf": "^2.6.2",
"webpack": "^4.25.1"
}
}