Last change
on this file since 6a80231 was 6a3a178, checked in by Ema <ema_spirova@…>, 3 years ago |
initial commit
|
-
Property mode
set to
100644
|
File size:
671 bytes
|
Rev | Line | |
---|
[6a3a178] | 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.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 | }
|
---|
Note:
See
TracBrowser
for help on using the repository browser.