pangalink.net-client
Version:
Node.js client and CLI utility for pangalink.net
32 lines (31 loc) • 771 B
JSON
{
"name": "pangalink.net-client",
"version": "1.2.0",
"description": "Node.js client and CLI utility for pangalink.net",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git://github.com/tonistiigi/pangalink.net-client.git"
},
"keywords": [
"ipizza",
"pangalink"
],
"author": "Tõnis Tiigi <tonistiigi@gmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/tonistiigi/pangalink.net-client/issues"
},
"homepage": "https://github.com/tonistiigi/pangalink.net-client",
"dependencies": {
"nomnom": "^1.6.2",
"request": "^2.34.0",
"easy-table": "^0.3.0"
},
"bin": {
"pangalink.net-client": "./cli.js"
}
}