UNPKG

todo.txt

Version:

A todo.txt-format parser and generator

29 lines (28 loc) 811 B
{ "name": "todo.txt", "version": "0.0.2", "description": "A todo.txt-format parser and generator", "author": "Ross Masters (http://rossmasters.com/)", "keywords": ["todo", "todo.txt"], "homepage": "https://github.com/rmasters/todotxt.js", "bugs": "https://github.com/rmasters/todotxt.js/issues", "maintainers": [ { "name": "Ross Masters", "email": "ross@rossmasters.com", "web": "http://rossmasters.com/" } ], "licenses": ["MIT"], "main": "todotxt.js", "repository": { "type": "git", "url": "https://github.com/rmasters/todotxt.js.git" }, "devDependencies": { "jasmine-node": "1.0" }, "scripts": { "test": "jasmine-node spec/" } }