forked from MrFrankel/share-loader
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
28 lines (28 loc) · 957 Bytes
/
package.json
File metadata and controls
28 lines (28 loc) · 957 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
{
"name": "share-loader",
"version": "0.7.0",
"author": "MFrankel",
"description": "share loader module for webpack",
"license": "MIT",
"main": "index.js",
"scripts": {
"bootstrap": "cd example/ext-app-1 && npm install && cd ../shell-app && npm install && cd ../../example-cli/ext-app1 && npm install && cd ../shell-app && npm install",
"audit": "cd example/ext-app-1 && npm audit fix && cd ../shell-app && npm audit fix && cd ../../example-cli/ext-app1 && npm audit fix && cd ../shell-app && npm audit fix"
},
"dependencies": {},
"devDependencies": {},
"repository": {
"type": "git",
"url": "https://github.com/MrFrankel/share-loader.git"
},
"bugs": {
"url": "https://github.com/MrFrankel/share-loader/issues"
},
"homepage": "https://github.com/MrFrankel/share-loader",
"peerDependencies": {
"webpack": "^2.0.0 || ^3.0.0 || ^4.0.0"
},
"engines": {
"node": ">= 4.3 < 5.0.0 || >= 5.10"
}
}