browserify-extract-registry
Version:
Browserify plugin to extract a bundle's module-deps registry to a file.
28 lines (27 loc) • 601 B
JSON
{
"name": "browserify-extract-registry",
"version": "0.1.0",
"description": "Browserify plugin to extract a bundle's module-deps registry to a file.",
"main": "index.js",
"scripts": {
"test": "mocha test/test.js"
},
"keywords": [
"Browserify",
"browserify-plugin"
],
"author": "Chris Kirk",
"license": "ISC",
"dependencies": {
"chai": "^3.5.0",
"fs-extra": "^2.1.2",
"through2": "^2.0.3"
},
"devDependencies": {
"browserify": "^14.1.0",
"eslint": "^3.18.0",
"mocha": "^3.2.0",
"sinon": "^2.1.0",
"string-to-stream": "^1.1.0"
}
}