This repository has been archived on 2020-11-02. You can view files and clone it, but cannot push or open issues or pull requests.
TripSit_Suite/node_modules/ret/package.json
2020-11-01 22:46:04 +00:00

36 lines
671 B
JSON

{
"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"
}