npm-install-webpack-plugin-cn
Version:
Webpack loader to automatically npm install & save dependencies.
47 lines (46 loc) • 1.45 kB
JSON
{
"name": "npm-install-webpack-plugin-cn",
"version": "2.0.4",
"description": "Webpack loader to automatically npm install & save dependencies.",
"main": "index.js",
"files": [
"src"
],
"scripts": {
"changelog": "npm run changelog:generate && npm run changelog:add",
"changelog:add": "git add CHANGELOG.md",
"changelog:generate": "github_changelog_generator --future-release $npm_package_version",
"coverage": "npm test && nyc report --reporter=text-lcov | coveralls",
"postversion": "npm run version:amend && git push origin master --tags && npm publish",
"test": "NODE_ENV=test nyc mocha",
"version": "npm run changelog",
"version:amend": "git commit --amend -m \"Release v${npm_package_version}\""
},
"repository": {
"type": "git",
"url": "git+https://github.com/ericclemmons/npm-install-webpack-plugin.git"
},
"keywords": [
"webpack",
"webpack-plugin",
"npm",
"install"
],
"author": "Eric Clemmons <eric@smarterspam.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/ericclemmons/npm-install-webpack-plugin/issues"
},
"homepage": "https://github.com/ericclemmons/npm-install-webpack-plugin#readme",
"dependencies": {
"cross-spawn": "^2.1.4",
"lodash.kebabcase": "^3.1.0",
"which": "^1.2.4"
},
"devDependencies": {
"coveralls": "^2.11.6",
"expect": "^1.13.4",
"mocha": "^2.3.4",
"nyc": "^5.3.0"
}
}