source: node_modules/ret/package.json

main
Last change on this file was d24f17c, checked in by Aleksandar Panovski <apano77@…>, 15 months ago

Initial commit

  • Property mode set to 100644
File size: 668 bytes
Line 
1{
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.2.2",
12 "repository": {
13 "type": "git",
14 "url": "git://github.com/fent/ret.js.git"
15 },
16 "author": "fent (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": "^0.4.5",
29 "vows": "^0.8.1"
30 },
31 "engines": {
32 "node": ">=4"
33 },
34 "license": "MIT"
35}
Note: See TracBrowser for help on using the repository browser.