🔌 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.

20 lines
376 B

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