webpack-node-externals
Version:
Easily exclude node_modules in Webpack bundle
43 lines (42 loc) • 989 B
JSON
{
"name": "webpack-node-externals",
"version": "1.1.0",
"description": "Easily exclude node_modules in Webpack bundle",
"main": "index.js",
"repository": {
"type": "git",
"url": "https://github.com/liady/webpack-node-externals.git"
},
"dependencies": {},
"devDependencies": {
"chai": "^3.4.1",
"mocha": "^2.3.4",
"mock-fs": "^3.6.0"
},
"scripts": {
"unit": "mocha --colors ./test/*.spec.js",
"unit-watch": "mocha --colors -w ./test/*.spec.js",
"test": "npm run unit-watch"
},
"keywords": [
"webpack",
"node_modules",
"node",
"bundle",
"externals"
],
"author": {
"name": "Liad Yosef",
"url": "https://github.com/liady"
},
"files": [
"LICENSE",
"README.md",
"index.js"
],
"bugs": {
"url": "https://github.com/liady/webpack-node-externals/issues"
},
"homepage": "https://github.com/liady/webpack-node-externals",
"license": "MIT"
}