-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
30 lines (30 loc) · 732 Bytes
/
package.json
File metadata and controls
30 lines (30 loc) · 732 Bytes
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
{
"name": "async-regex-replace",
"version": "3.0.0",
"description": "regex replacements using asynchronous callback functions",
"homepage": "https://github.com/pmarkert/async-regex-replace/wiki",
"main": "index.js",
"scripts": {
"test": "mocha && mos t",
"md": "mos"
},
"author": "Phillip Markert <phillip@ephisys.com>",
"repository": {
"type": "git",
"url": "https://github.com/pmarkert/async-regex-replace"
},
"bugs": "https://github.com/pmarkert/async-regex-replace/issues",
"keywords": [
"regex",
"async",
"asynchronous",
"replace",
"replacement"
],
"license": "MIT",
"devDependencies": {
"mocha": "^2.2.5",
"mos": "^0.7.1",
"should": "^7.0.1"
}
}