{
    "name": "lex",
    "description": "An elegant armor-plated JavaScript lexer modelled after flex. Easily extensible to tailor to your need for perfection.",
    "version": "1.7.9",
    "keywords": ["lex", "lexer", "lexical", "analysis", "scan", "scanner", "scanning", "token", "tokenize", "tokenizer", "tokenization", "flex", "jison"],
    "author": "Aadit M Shah (http://aaditmshah.github.com/) <aaditmshah@fastmail.fm>",
    "main": "lexer.js",
    "maintainers": [{
        "name": "Aadit M Shah",
        "email": "aaditmshah@fastmail.fm",
        "web": "http://aaditmshah.github.com/"
    }],
    "contributors": [{
        "name": "Aadit M Shah",
        "email": "aaditmshah@fastmail.fm",
        "web": "http://aaditmshah.github.com/"
    }],
    "bugs": "https://github.com/aaditmshah/lexer/issues",
    "licenses": [{
        "type": "MIT",
        "url": "http://opensource.org/licenses/MIT"
    }],
    "repository": {
        "type": "git",
        "url": "https://github.com/aaditmshah/lexer.git"
    },
    "dependencies": {},
    "homepage": "https://github.com/aaditmshah/lexer"
}
