safe-umd-webpack-plugin
Version:
Webpack plugin to handle optional dependency safely when using libraryTarget: umd
24 lines (23 loc) • 579 B
JSON
{
"name": "safe-umd-webpack-plugin",
"version": "4.0.0",
"description": "Webpack plugin to handle optional dependency safely when using libraryTarget: umd",
"main": "lib/index.js",
"scripts": {
"test": "jasmine ./test/spec.js"
},
"repository": {
"type": "git",
"url": "https://github.com/nhnent/tui.webpack.safe-umd-plugin.git"
},
"author": "FE Development Lab",
"license": "MIT",
"dependencies": {
"webpack-core": "^0.6.9"
},
"devDependencies": {
"eslint": "^4.1.1",
"eslint-config-tui": "^1.0.1",
"jasmine": "^2.6.0"
}
}