UNPKG

todotxt-parser

Version:

A parser for Gina Trapani's todo.txt format with optional extended features

32 lines (31 loc) 749 B
{ "name": "todotxt-parser", "version": "1.0.2", "description": "A parser for Gina Trapani's todo.txt format with optional extended features", "main": "index.js", "scripts": { "test": "mocha --require coffeescript/register ./test/*.coffee" }, "repository": { "type": "git", "url": "https://github.com/csauve/todotxt-parser.git" }, "keywords": [ "todo.txt", "parser" ], "author": "csauve", "license": "MIT", "bugs": { "url": "https://github.com/csauve/todotxt-parser/issues" }, "homepage": "https://github.com/csauve/todotxt-parser", "dependencies": { "coffeescript": "^2.3.2", "underscore": "^1.9.1" }, "devDependencies": { "coffeescript": "^2.3.2", "mocha": "^6.0.2" } }