UNPKG

productionline

Version:

An extendable class for creating common build pipelines.

43 lines (42 loc) 1 kB
{ "name": "productionline", "version": "1.3.13", "description": "An extendable class for creating common build pipelines.", "main": "index.js", "scripts": { "test": "tap -R spec test/sanity.js && standard --verbose | snazzy" }, "repository": { "type": "git", "url": "git+https://github.com/coreybutler/productionline.git" }, "keywords": [ "build", "transpile", "minify", "munge", "process", "flow" ], "author": "Corey Butler <corey@coreybutler.com>", "license": "MIT", "bugs": { "url": "https://github.com/coreybutler/productionline/issues" }, "homepage": "https://github.com/coreybutler/productionline#readme", "dependencies": { "chalk": "2.4.1", "chokidar": "^2.1.6", "cli-spinners": "^1.3.1", "cliui": "4.1.0", "fs-extra": "^7.0.0", "glob": "7.1.2", "semver": "^5.7.0", "shortbus": "1.2.8" }, "devDependencies": { "snazzy": "8.0.0", "standard": "12.0.1", "tap": "^12.7.0" } }