1 |
3a515b92
|
cagy
|
{
|
2 |
|
|
"name": "ret",
|
3 |
|
|
"description": "Tokenizes a string that represents a regular expression.",
|
4 |
|
|
"keywords": [
|
5 |
|
|
"regex",
|
6 |
|
|
"regexp",
|
7 |
|
|
"regular expression",
|
8 |
|
|
"parser",
|
9 |
|
|
"tokenizer"
|
10 |
|
|
],
|
11 |
|
|
"version": "0.1.15",
|
12 |
|
|
"repository": {
|
13 |
|
|
"type": "git",
|
14 |
|
|
"url": "git://github.com/fent/ret.js.git"
|
15 |
|
|
},
|
16 |
|
|
"author": "Roly Fentanes (https://github.com/fent)",
|
17 |
|
|
"main": "./lib/index.js",
|
18 |
|
|
"files": [
|
19 |
|
|
"lib"
|
20 |
|
|
],
|
21 |
|
|
"scripts": {
|
22 |
|
|
"test": "istanbul cover vows -- --spec test/*-test.js"
|
23 |
|
|
},
|
24 |
|
|
"directories": {
|
25 |
|
|
"lib": "./lib"
|
26 |
|
|
},
|
27 |
|
|
"devDependencies": {
|
28 |
|
|
"istanbul": "*",
|
29 |
|
|
"vows": "*"
|
30 |
|
|
},
|
31 |
|
|
"engines": {
|
32 |
|
|
"node": ">=0.12"
|
33 |
|
|
},
|
34 |
|
|
"license": "MIT"
|
35 |
|
|
}
|