UNPKG

broccoli-stew

Version:
60 lines (59 loc) 1.53 kB
{ "name": "broccoli-stew", "version": "3.0.0", "description": "foundation of any healthy brocfile", "main": "index.js", "files": [ "index.js", "lib/" ], "scripts": { "test": "mocha tests/*-test.js tests/**/*-test.js", "test:debug": "mocha debug tests/*-test.js tests/**/*-test.js", "test:watch": "mocha --watch tests/*-test.js tests/**/*-test.js" }, "repository": { "type": "git", "url": "https://github.com/stefanpenner/broccoli-stew.git" }, "keywords": [ "broccoli", "broccoli-plugin" ], "author": "Stefan Penner & Robert Jackson", "license": "MIT", "bugs": { "url": "https://github.com/stefanpenner/broccoli-stew/issues" }, "homepage": "https://github.com/stefanpenner/broccoli-stew", "engines": { "node": "8.* || >= 10.*" }, "dependencies": { "broccoli-debug": "^0.6.5", "broccoli-funnel": "^2.0.0", "broccoli-merge-trees": "^3.0.1", "broccoli-persistent-filter": "^2.3.0", "broccoli-plugin": "^2.1.0", "chalk": "^2.4.1", "debug": "^4.1.1", "ensure-posix-path": "^1.0.1", "fs-extra": "^8.0.1", "minimatch": "^3.0.4", "resolve": "^1.11.1", "rsvp": "^4.8.5", "symlink-or-copy": "^1.2.0", "walk-sync": "^1.1.3" }, "devDependencies": { "benchmark": "^2.1.1", "broccoli-test-helper": "^2.0.0", "broccoli-test-helpers": "0.0.9", "chai": "^4.2.0", "co": "^4.6.0", "mocha": "^6.1.4", "path-win32": "^1.0.1", "sinon": "^7.3.2", "whatwg-fetch": "^3.0.0" } }