forked from eush77/regex-format
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
40 lines (40 loc) · 864 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
{
"name": "regex-format",
"version": "0.3.0",
"description": "Format regex with string substitutions",
"author": "Eugene Sharygin <[email protected]>",
"license": "MIT",
"scripts": {
"test": "mocha --require should test"
},
"homepage": "https://github.com/eush77/regex-format",
"repository": {
"type": "git",
"url": "https://github.com/eush77/regex-format"
},
"bugs": {
"url": "https://github.com/eush77/regex-format/issues"
},
"keywords": [
"format",
"escape",
"string",
"regex",
"regexp",
"re",
"regular",
"expression",
"formatting",
"substitution"
],
"dependencies": {
"escape-string-regexp": "^1.0.2",
"lodash.compose": "^2.4.1",
"string-format": "^0.2.1",
"traverse": "^0.6.6"
},
"devDependencies": {
"mocha": "^1.21.4",
"should": "^4.0.4"
}
}