UNPKG

viralify

Version:

Injects one or more browserify transforms into all dependencies of a package recursively.

53 lines (52 loc) 1.29 kB
{ "name": "viralify", "version": "0.4.2", "description": "Injects one or more browserify transforms into all dependencies of a package recursively.", "main": "index.js", "bin": { "viralify": "bin/viralify.js" }, "scripts": { "test-main": "tap test/*.js", "test-0.8": "nave use 0.8 npm run test-main", "test-0.10": "nave use 0.10 npm run test-main", "test-all": "npm run test-main && npm run test-0.8 && npm run test-0.10", "test": "if [ -e $TRAVIS ]; then npm run test-all; else npm run test-main; fi" }, "repository": { "type": "git", "url": "git://github.com/thlorenz/viralify.git" }, "homepage": "https://github.com/thlorenz/viralify", "dependencies": { "glob": "~3.2.7", "runnel": "~0.5.1", "minimist": "0.0.5", "ansicolors": "~0.3.2" }, "devDependencies": { "nave": "~0.4.3", "tap": "~0.4.3" }, "keywords": [ "browserify", "browserify-transform", "recursive", "global", "transform", "viral", "inject" ], "author": { "name": "Thorsten Lorenz", "email": "thlorenz@gmx.de", "url": "http://thlorenz.com" }, "license": { "type": "MIT", "url": "https://github.com/thlorenz/viralify/blob/master/LICENSE" }, "engine": { "node": ">=0.6" } }