UNPKG

tif-parser

Version:

Tab Indented Format Parser used as first stage parser.

39 lines 754 B
{ "name": "tif-parser", "version": "0.3.3", "description": "Tab Indented Format Parser used as first stage parser.", "main": "lib/tifParser.js", "directories": { "test": "test" }, "dependencies": { "string-kit": "^0.4.1" }, "devDependencies": { "expect.js": "^0.3.1", "jshint": "^2.9.1", "mocha": "^2.4.5", "tree-kit": "^0.5.7" }, "scripts": { "test": "mocha -R dot" }, "repository": { "type": "git", "url": "https://github.com/cronvel/tif-parser.git" }, "keywords": [ "tif", "tab", "indented", "format", "parser", "stage", "csk" ], "author": "Cédric Ronvel", "license": "MIT", "bugs": { "url": "https://github.com/cronvel/tif-parser/issues" } }