Hypercubed/todo-md

View on GitHub
package.json

Summary

Maintainability
Test Coverage
{
  "name": "todo-md",
  "version": "0.0.10",
  "description": "Manage your GitHub Flavored Markdown Task List from the command line",
  "main": "lib/todo.js",
  "bin": {
    "todo": "./bin/todo"
  },
  "files": [
    "bin",
    "lib",
    "cmds"
  ],
  "dependencies": {
    "autocmdr": "0.0.8",
    "colors": "^0.6.2",
    "commander": "^2.9.0"
  },
  "devDependencies": {
    "assemble": "~0.4.37",
    "dependency-check": "^2.5.1",
    "load-grunt-tasks": "~0.4.0",
    "mkdirp": "~0.3.5",
    "mocha": "^2.3.4",
    "nixt": "~0.3.0",
    "semistandard": "^7.0.3",
    "should": "^3.2.0"
  },
  "scripts": {
    "test": "mocha -R spec",
    "lint": "semistandard",
    "check": "npm run lint && npm run test && dependency-check ."
  },
  "author": {
    "name": "Jayson Harshbarger",
    "email": "",
    "url": "https://github.com/Hypercubed"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/Hypercubed/todo-md.git"
  },
  "keywords": [
    "node",
    "todo",
    "cli",
    "markdown"
  ],
  "license": "MIT",
  "bugs": "https://github.com/Hypercubed/todo-md/issues"
}