nbextify
Version:
Post-processor plugin for Browserify bundles built with --no-bundle-external
33 lines (32 loc) • 884 B
JSON
{
"name": "nbextify",
"description": "Post-processor plugin for Browserify bundles built with --no-bundle-external",
"version": "2.0.0",
"main": "index.js",
"license": "MIT",
"author": "Adam Renklint <adam@renklint.com> (http://adamrenklint.com)",
"scripts": {
"docs": "redok && git add README.md && git commit -m 'Update README' && git push origin master",
"postpublish": "git tag 'v'$npm_package_version && git push --tags"
},
"devDependencies": {
"redok": "^0.1.0"
},
"keywords": [
"browserify-plugin",
"browserify",
"no-bundle",
"bundle"
],
"repository": {
"type": "git",
"url": "https://github.com/adamrenklint/nbextify.git"
},
"bugs": {
"url": "https://github.com/adamrenklint/nbextify/issues"
},
"homepage": "https://github.com/adamrenklint/nbextify",
"dependencies": {
"through2": "^0.6.5"
}
}