38 lines
632 B
JSON
38 lines
632 B
JSON
{
|
|
"name": "url-regex",
|
|
"version": "3.2.0",
|
|
"description": "Regular expression for matching URLs",
|
|
"license": "MIT",
|
|
"repository": "kevva/url-regex",
|
|
"author": {
|
|
"name": "Kevin Mårtensson",
|
|
"email": "kevinmartensson@gmail.com",
|
|
"url": "https://github.com/kevva"
|
|
},
|
|
"engines": {
|
|
"node": ">=0.10.0"
|
|
},
|
|
"scripts": {
|
|
"test": "xo && ava"
|
|
},
|
|
"files": [
|
|
"index.js"
|
|
],
|
|
"keywords": [
|
|
"regex",
|
|
"string",
|
|
"url"
|
|
],
|
|
"dependencies": {
|
|
"ip-regex": "^1.0.1"
|
|
},
|
|
"devDependencies": {
|
|
"ava": "*",
|
|
"xo": "*"
|
|
},
|
|
"xo": {
|
|
"ignores": [
|
|
"test.js"
|
|
]
|
|
}
|
|
}
|