UNPKG

pathmodify

Version:

Rewrite (alias) and expose `require()` IDs in browserify.

51 lines (50 loc) 1.07 kB
{ "name": "pathmodify", "version": "0.5.0", "main": "pathmodify.js", "license": "MIT", "author": "Jesse McCarthy (http://software.jessemccarthy.net/)", "files": [ "pathmodify.js", "package.json", "README.md", "LICENSE", "CHANGELOG.md" ], "repository": { "type": "git", "url": "https://github.com/jmm/pathmodify.git" }, "homepage": "https://github.com/jmm/pathmodify", "description": "Rewrite (alias) and expose `require()` IDs in browserify.", "keywords": [ "browserify", "browserify-plugin", "alias", "map", "rewrite", "path", "directory", "require", "expose", "exposure" ], "scripts": { "test": "istanbul cover _mocha test/index.js" }, "dependencies": { "readable-stream": "1.x" }, "devDependencies": { "browserify": ">=5.1.0", "istanbul": "0.4.0", "mocha": "2.x", "object-assign": "^4.0.0", "proxyquire": "^1.7.0", "readable-stream": "1.x", "sinon": "^1.17.0" }, "peerDependencies": { "browserify": ">=5.1.0" } }