commit
e04f46b8ae
1 changed files with 27 additions and 0 deletions
@ -0,0 +1,27 @@ |
|||||
|
{ |
||||
|
"name": "htconvert", |
||||
|
"version": "0.0.0", |
||||
|
"description": "Convert .htaccess redirects to nginx.conf redirects", |
||||
|
"main": "index.js", |
||||
|
"scripts": { |
||||
|
"test": "echo \"Error: no test specified\" && exit 1" |
||||
|
}, |
||||
|
"repository": { |
||||
|
"type": "git", |
||||
|
"url": "git+https://github.com/lukechilds/htconvert.git" |
||||
|
}, |
||||
|
"keywords": [ |
||||
|
"convert", |
||||
|
".htaccess", |
||||
|
"apache", |
||||
|
"redirect", |
||||
|
"nginx", |
||||
|
"nginx.conf" |
||||
|
], |
||||
|
"author": "Luke Childs <lukechilds123@gmail.com> (http://lukechilds.co.uk)", |
||||
|
"license": "MIT", |
||||
|
"bugs": { |
||||
|
"url": "https://github.com/lukechilds/htconvert/issues" |
||||
|
}, |
||||
|
"homepage": "https://github.com/lukechilds/htconvert#readme" |
||||
|
} |
Loading…
Reference in new issue