lots
Version:
Little Open Ticket System. View todos and tags in a codebase.
57 lines (56 loc) • 1.32 kB
JSON
{
"name": "lots",
"description": "Little Open Ticket System. View todos and tags in a codebase.",
"version": "3.2.0",
"main": "lib/tickets.js",
"scripts": {
"start": "./bin/lots",
"test": "npm run lint && node test",
"test:unit": "node test",
"lint": "eslint {lib,test}/**/*.js"
},
"bin": {
"lots": "bin/lots"
},
"dependencies": {
"chalk": "^2.4.1",
"cli-spinner": "^0.2.10",
"lodash": "^4.17.19",
"minimist": "^1.2.3",
"rc": "^1.2.8",
"split": "^1.0.1"
},
"devDependencies": {
"eslint": "^5.16.0",
"eslint-config-semistandard": "^13.0.0",
"eslint-config-standard": "^12.0.0",
"eslint-plugin-import": "^2.17.2",
"eslint-plugin-node": "^8.0.1",
"eslint-plugin-promise": "^4.1.1",
"eslint-plugin-standard": "^4.0.0",
"tape": "^4.10.1"
},
"repository": {
"type": "git",
"url": "git://github.com/matthewhadley/lots.git"
},
"keywords": [
"lots",
"little",
"open",
"ticket",
"system",
"tag",
"tickets",
"bang"
],
"author": "Matthew Hadley <matthew.hadley@gmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/matthewhadley/lots/issues"
},
"homepage": "https://github.com/matthewhadley/lots#readme",
"eslintConfig": {
"extends": "semistandard"
}
}