You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
23 lines
444 B
23 lines
444 B
{
|
|
"name": "regexp-clone",
|
|
"version": "1.0.0",
|
|
"description": "Clone RegExps with options",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"test": "make test"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git://github.com/aheckmann/regexp-clone.git"
|
|
},
|
|
"keywords": [
|
|
"RegExp",
|
|
"clone"
|
|
],
|
|
"author": "Aaron Heckmann <aaron.heckmann+github@gmail.com>",
|
|
"license": "MIT",
|
|
"devDependencies": {
|
|
"mocha": "^6.1.4"
|
|
}
|
|
}
|