UNPKG

composer

Version:

API-first task runner with three methods: task, run and watch.

87 lines (86 loc) 1.97 kB
{ "name": "composer", "description": "API-first task runner with three methods: task, run and watch.", "version": "0.10.0", "homepage": "https://github.com/jonschlinkert/composer", "author": "Jon Schlinkert (https://github.com/jonschlinkert)", "contributors": [ "Brian Woodward <brian.woodward@gmail.com> (https://github.com/doowb)", "Jon Schlinkert <github@sellside.com> (https://github.com/jonschlinkert)" ], "repository": "jonschlinkert/composer", "bugs": { "url": "https://github.com/jonschlinkert/composer/issues" }, "license": "MIT", "files": [ "index.js", "lib" ], "main": "index.js", "engines": { "node": ">=0.10.0" }, "scripts": { "test": "mocha" }, "dependencies": { "array-unique": "^0.2.1", "bach": "^0.4.1", "chokidar": "^1.4.2", "component-emitter": "^1.2.0", "define-property": "^0.2.5", "extend-shallow": "^2.0.1", "isobject": "^2.0.0", "lazy-cache": "^1.0.3", "nanoseconds": "^0.1.0" }, "devDependencies": { "assemble-loader": "^0.3.0", "assemble-render-file": "^0.3.1", "assemble-streams": "^0.4.0", "async": "^1.5.2", "bluebird": "^3.1.5", "composer-runtimes": "^0.7.0", "engine-handlebars": "^0.8.0", "gulp": "^3.9.0", "gulp-eslint": "^1.1.1", "gulp-extname": "^0.2.2", "gulp-format-md": "^0.1.5", "gulp-istanbul": "^0.10.3", "gulp-mocha": "^2.2.0", "mocha": "^2.4.2", "parser-front-matter": "^1.3.0", "templates": "^0.11.0", "through2": "^2.0.0", "write": "^0.2.1" }, "keywords": [ "build", "build-system", "compose", "flow", "run", "system", "task", "workflow" ], "verb": { "related": { "list": [ "assemble", "generate", "templates", "update", "verb" ] }, "reflinks": [ "chokidar", "composer" ], "plugins": [ "gulp-format-md" ] } }