sendit
Version:
A command line utilities for easy file sharing
29 lines (28 loc) • 644 B
JSON
{
"name": "sendit",
"version": "0.0.0",
"description": "A command line utilities for easy file sharing",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Valerio Barrila",
"license": "Apache License, Version 2.0",
"dependencies": {
"commander": "^2.3.0"
},
"devDependencies": {},
"repository": {
"type": "git",
"url": "https://github.com/NinjaTux/sendit.git"
},
"keywords": [
"share",
"pastebin",
"pastee"
],
"bugs": {
"url": "https://github.com/NinjaTux/sendit/issues"
},
"homepage": "https://github.com/NinjaTux/sendit"
}