egslava/freemind-todo

View on GitHub
package.json

Summary

Maintainability
Test Coverage
{
  "name": "freemind-todo",
  "version": "0.1.7",
  "description": "A simple todo-list from your favourite FreeMind mindmap",
  "main": "index.js",
  "scripts": {
    "test": "./node_modules/.bin/mocha --reporter spec"
  },
  "bin": {
    "freemind-todo": "./index.js"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/egslava/freemind-todo.git"
  },
  "keywords": [
    "FreeMind",
    "GTD",
    "planner",
    "mindmap"
  ],
  "author": "Viacheslav Egorenkov",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/egslava/freemind-todo/issues"
  },
  "homepage": "https://github.com/egslava/freemind-todo#readme",
  "dependencies": {
    "chai": "^3.5.0",
    "commander": "^2.9.0",
    "inquirer": "^2.0.0",
    "instance-of": "^1.0.5",
    "mocha": "^3.2.0",
    "path": "^0.12.7",
    "xml2js": "^0.4.17"
  }
}