UNPKG

goalist

Version:

Goalist is a command line tool for managing daily goals.

59 lines (58 loc) 1.31 kB
{ "name": "goalist", "version": "0.13.1", "description": "Goalist is a command line tool for managing daily goals.", "main": "./dist", "scripts": { "test": "nyc ava", "test:verbose": "nyc ava --verbose", "coverage": "nyc report --reporter=text-lcov | coveralls" }, "bin": { "gl": "./index.js" }, "repository": { "type": "git", "url": "git+https://github.com/jrmykolyn/goalist.git" }, "author": "Jesse R Mykolyn", "license": "ISC", "bugs": { "url": "https://github.com/jrmykolyn/goalist/issues" }, "homepage": "https://github.com/jrmykolyn/goalist#readme", "keywords": [ "goal", "goals", "goalist", "helper", "cli", "manage", "daily", "tool", "todo" ], "devDependencies": { "@types/node": "^8.0.53", "@types/object-assign": "^4.0.30", "ava": "^0.22.0", "coveralls": "^3.0.0", "del": "^3.0.0", "gulp": "^3.9.1", "gulp-tslint": "^8.1.2", "gulp-typescript": "^3.2.3", "nyc": "^11.3.0", "tslint": "^5.9.1", "tslint-eslint-rules": "^4.1.1", "typescript": "^2.6.1" }, "dependencies": { "bar-horizontal": "^0.4.0", "bluebird": "^3.5.0", "chalk": "^2.3.0", "meow": "^4.0.0", "merge": "^1.2.0", "moment": "^2.18.1", "pkg-dir": "^2.0.0" } }