Files
redirect.tparnell.io/package.json
Tommy Parnell 5501503530 init
2015-10-16 21:40:51 -04:00

24 lines
529 B
JSON

{
"name": "redirect.tparnell.io",
"version": "0.0.0",
"description": "",
"main": "server.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node server.js"
},
"repository": {
"type": "git",
"url": "git://github.com/tparnell8/redirect.tparnell.io.git"
},
"author": "Tommy Parnell",
"license": "MIT",
"bugs": {
"url": "https://github.com/tparnell8/redirect.tparnell.io/issues"
},
"dependencies": {
"express": "^4.13.3",
"string": "^3.3.1"
}
}