You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
35 lines
671 B
35 lines
671 B
{ |
|
"name": "ret", |
|
"description": "Tokenizes a string that represents a regular expression.", |
|
"keywords": [ |
|
"regex", |
|
"regexp", |
|
"regular expression", |
|
"parser", |
|
"tokenizer" |
|
], |
|
"version": "0.1.15", |
|
"repository": { |
|
"type": "git", |
|
"url": "git://github.com/fent/ret.js.git" |
|
}, |
|
"author": "Roly Fentanes (https://github.com/fent)", |
|
"main": "./lib/index.js", |
|
"files": [ |
|
"lib" |
|
], |
|
"scripts": { |
|
"test": "istanbul cover vows -- --spec test/*-test.js" |
|
}, |
|
"directories": { |
|
"lib": "./lib" |
|
}, |
|
"devDependencies": { |
|
"istanbul": "*", |
|
"vows": "*" |
|
}, |
|
"engines": { |
|
"node": ">=0.12" |
|
}, |
|
"license": "MIT" |
|
}
|
|
|