{ "name": "ret", "description": "Tokenizes a string that represents a regular expression.", "keywords": [ "regex", "regexp", "regular expression", "parser", "tokenizer" ], "version": "0.2.2", "repository": { "type": "git", "url": "git://github.com/fent/ret.js.git" }, "author": "fent (https://github.com/fent)", "main": "./lib/index.js", "files": [ "lib" ], "scripts": { "test": "istanbul cover vows -- --spec test/*-test.js" }, "directories": { "lib": "./lib" }, "devDependencies": { "istanbul": "^0.4.5", "vows": "^0.8.1" }, "engines": { "node": ">=4" }, "license": "MIT" }