package.json
444 Bytes
{
"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"
}
}