16 lines
242 B
JSON
16 lines
242 B
JSON
|
{
|
||
|
"name": "path-to-regexp",
|
||
|
"description": "Express style path to RegExp utility",
|
||
|
"version": "0.1.3",
|
||
|
"keywords": [
|
||
|
"express",
|
||
|
"regexp",
|
||
|
"route",
|
||
|
"routing"
|
||
|
],
|
||
|
"scripts": [
|
||
|
"index.js"
|
||
|
],
|
||
|
"license": "MIT"
|
||
|
}
|