25 lines
487 B
JSON
25 lines
487 B
JSON
{
|
|
"name": "ret",
|
|
"description": "Tokenizes a string that represents a regular expression.",
|
|
"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"
|
|
],
|
|
"directories": {
|
|
"lib": "./lib"
|
|
},
|
|
"devDependencies": {
|
|
"istanbul": "*",
|
|
"vows": "*"
|
|
},
|
|
"engines": {
|
|
"node": ">=0.12"
|
|
},
|
|
"license": "MIT"
|
|
} |