Browse Source

Add package.json

pull/2/head
Luke Childs 9 years ago
commit
e04f46b8ae
  1. 27
      package.json

27
package.json

@ -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…
Cancel
Save