🔌 Simple magnet uri shortener!
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 

19 lines
375 B

{
"name": "@codefeathers/magnet",
"version": "0.5.0",
"license": "MIT",
"author": "Muthu Kumar <@MKRhere> (https://mkr.pw)",
"bin": {
"magnet": "./bin/www"
},
"scripts": {
"start": "node ./bin/www"
},
"dependencies": {
"debug": "~2.6.9",
"express": "~4.16.0",
"leveldown": "^3.0.2",
"levelup": "^2.0.2",
"morgan": "~1.9.0"
}
}