forked from aaditmshah/lexer
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
29 lines (29 loc) · 1.09 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
{
"name": "lex",
"description": "An elegant armor-plated JavaScript lexer modelled after flex. Easily extensible to tailor to your need for perfection.",
"version": "1.7.3",
"keywords": ["lex", "lexer", "lexical", "analysis", "scan", "scanner", "scanning", "token", "tokenize", "tokenizer", "tokenization", "flex", "jison"],
"author": "Aadit M Shah (http://aaditmshah.github.com/) <aaditmshah@myopera.com>",
"main": "lib/lexer.js",
"maintainers": [{
"name": "Aadit M Shah",
"email": "aaditmshah@myopera.com",
"web": "http://aaditmshah.github.com/"
}],
"contributors": [{
"name": "Aadit M Shah",
"email": "aaditmshah@myopera.com",
"web": "http://aaditmshah.github.com/"
}],
"bugs": "https://github.com/aaditmshah/lexer/issues",
"licenses": [{
"type": "GPLv3",
"url": "http://www.gnu.org/copyleft/gpl.html"
}],
"repositories": [{
"type": "git",
"url": "https://github.com/aaditmshah/lexer.git"
}],
"dependencies": {},
"homepage": "https://github.com/aaditmshah/lexer"
}