-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
40 lines (40 loc) · 1 KB
/
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
38
39
40
{
"name": "single-spa-asset-webpack-plugin",
"version": "1.0.3",
"description": "Single Spa child module webpack plugin",
"main": "index.js",
"files": [
"index.js"
],
"scripts": {
"prepublish": "babel src/index.js --out-file ./index.js"
},
"keywords": [
"webpack",
"plugin",
"single-spa",
"asset",
"single-spa-asset-webpack-plugin"
],
"repository": {
"type": "git",
"url": "https://github.com/LABELNET/single-spa-asset-webpack-plugin.git"
},
"bugs": {
"url": "https://github.com/LABELNET/single-spa-asset-webpack-plugin/issues"
},
"homepage": "https://github.com/LABELNET/single-spa-asset-webpack-plugin",
"author": "labelnet (https://github.com/LABELNET)",
"license": "MIT",
"devDependencies": {
"babel-cli": "^6.24.1",
"babel-plugin-add-module-exports": "^0.2.1",
"babel-plugin-lodash": "^3.2.11",
"babel-preset-env": "^1.4.0",
"babelify": "^7.3.0"
},
"dependencies": {
"fs-path": "0.0.23",
"lodash": "^4.17.4"
}
}