-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
37 lines (37 loc) · 892 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
33
34
35
36
37
{
"name": "npm-install-webpack3-plugin",
"version": "1.0.0",
"description": "Webpack3 loader to automatically npm install & save dependencies.",
"main": "index.js",
"engines": {
"node": ">=4.2.0"
},
"files": [
"src"
],
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ysk2014/npm-install-webpack3-plugin.git"
},
"author": {
"name": "claus",
"url": "https://github.com/ysk2014"
},
"license": "ISC",
"bugs": {
"url": "https://github.com/ysk2014/npm-install-webpack3-plugin/issues"
},
"homepage": "https://github.com/ysk2014/npm-install-webpack3-plugin#readme",
"dependencies": {
"cross-spawn": "^5.0.1",
"json5": "^0.5.1",
"memory-fs": "^0.4.1",
"resolve": "^1.2.0"
},
"peerDependencies": {
"webpack": "^3.0.0"
}
}