routie dev init since i didn't adhere to any proper guidance up until now
This commit is contained in:
+39
@@ -0,0 +1,39 @@
|
||||
{
|
||||
"name": "clean-regexp",
|
||||
"version": "1.0.0",
|
||||
"description": "Clean up regular expressions",
|
||||
"license": "MIT",
|
||||
"repository": "SamVerschueren/clean-regexp",
|
||||
"author": {
|
||||
"name": "Sam Verschueren",
|
||||
"email": "sam.verschueren@gmail.com",
|
||||
"url": "github.com/SamVerschueren"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">=4"
|
||||
},
|
||||
"scripts": {
|
||||
"test": "xo && ava"
|
||||
},
|
||||
"files": [
|
||||
"index.js",
|
||||
"lib"
|
||||
],
|
||||
"keywords": [
|
||||
"regex",
|
||||
"regexp",
|
||||
"regular",
|
||||
"expression",
|
||||
"clean",
|
||||
"cleanup",
|
||||
"digit",
|
||||
"word"
|
||||
],
|
||||
"dependencies": {
|
||||
"escape-string-regexp": "^1.0.5"
|
||||
},
|
||||
"devDependencies": {
|
||||
"ava": "*",
|
||||
"xo": "*"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user