UNPKG

browserify-standalone

Version:

Browserify standalone (UMD) build based on values in your package.json (`name` and `main`).

55 lines (54 loc) 1.18 kB
{ "name": "browserify-standalone", "version": "0.3.0", "keywords": [ "build", "browserify", "standalone", "bundle", "parent", "package", "npm", "run", "run-script", "npm run", "npm run-script", "umd" ], "description": "Browserify standalone (UMD) build based on values in your package.json (`name` and `main`).", "author": "Wil Moore III <wil.moore@wilmoore.com>", "contributors": [ { "name": "Wil Moore III", "email": "wil.moore@wilmoore.com" } ], "bin": { "browserify-standalone": "bin/browserify-standalone" }, "scripts": { "test": "tape test.js | faucet" }, "main": "index.js", "private": false, "preferGlobal": false, "repository": { "type": "git", "url": "https://github.com/wilmoore/browserify-standalone" }, "bugs": { "url": "https://github.com/wilmoore/browserify-standalone/issues" }, "devDependencies": { "faucet": "0.0.1", "tape": "^3.0.0" }, "dependencies": { "browserify": "^6.0.2", "colors": "^1.0.2", "commander": "^2.3.0", "program-version": "^0.1.1", "shelljs-nodecli": "^0.1.1" }, "license": "MIT" }