UNPKG

taskkit

Version:
54 lines (53 loc) 1.28 kB
{ "name": "taskkit", "version": "3.2.1", "description": "Task runner", "main": "index.js", "bin": { "taskkit": "bin.js" }, "scripts": { "test": "eslint . && tap test/test.*.js --cov", "example": "cd example && npm start", "lint": "eslint ." }, "repository": { "type": "git", "url": "git+https://github.com/firstandthird/taskkit.git" }, "keywords": [ "task", "clientkit", "runner" ], "author": "First+Third <code@firstandthird.com> (http://firstandthird.com/)", "license": "MIT", "bugs": { "url": "https://github.com/firstandthird/taskkit/issues" }, "homepage": "https://github.com/firstandthird/taskkit#readme", "dependencies": { "async": "^2.4.1", "confi": "^9.0.1", "logr": "^2.6.0", "logr-cli-fancy": "^0.2.0", "logr-reporter-bell": "0.0.1", "parent-require": "1.0.0", "purdy": "2.2.0", "runshell": "^1.0.0", "runtask": "^1.0.0", "taskkit-task": "^2.1.0", "yargs": "6.6.0" }, "devDependencies": { "eslint": "^4.14.0", "eslint-config-firstandthird": "^4.3.0", "eslint-plugin-import": "^2.8.0", "tap": "^10.3.2", "taskkit-shell": "0.1.0", "taskkit-watcher": "^2.0.0" }, "eslintConfig": { "extends": "firstandthird" } }