mirror of
https://github.com/Expand-sys/ccashfrontend
synced 2025-12-19 08:02:15 +11:00
22 lines
444 B
JSON
22 lines
444 B
JSON
{
|
|
"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"
|
|
}
|
|
}
|