UNPKG

todotxt-coffee

Version:
23 lines (22 loc) 462 B
{ "name": "todotxt-coffee", "version": "0.5.1", "description": "Node.js module to use todo.txt", "author": "James Williams <james.l.williams@gmail.com>", "keywords": [ "todotxt", "gtd" ], "license": "MIT", "main": "TodoList.coffee", "repository": { "type": "git", "url": "https://jwill@github.com/jwill/todo.txt-coffee.git" }, "dependencies": { "coffee-script": ">=1.3.0" }, "engines": { "node": ">=0.4.0" } }