UNPKG

tmgmt

Version:
36 lines (35 loc) 693 B
{ "name": "tmgmt", "version": "1.2.2", "description": "Commandline time management", "repository": { "type": "git", "url": "https://github.com/varjoinen/tmgmt.git" }, "main": "bin/tmgmt.js", "preferGlobal": true, "bin": { "tmgmt": "bin/tmgmt.js" }, "scripts": { "test": "nyc mocha test/**/*.js" }, "keywords": [ "timemanagement", "cli" ], "author": "Antti Varjoinen", "license": "MIT", "dependencies": { "bluebird": "^3.5.1", "cli-table": "^0.3.1", "commander": "^2.13.0", "moment": "^2.20.1", "sqlite": "^2.9.1", "sqlite3": "^3.1.13" }, "devDependencies": { "mocha": "^5.0.0", "nyc": "^11.4.1" } }