Permalink
Cannot retrieve contributors at this time
Fetching contributors…
| { | |
| "name": "phunt", | |
| "version": "0.2.0", | |
| "description": "Product Hunt Command Line Client", | |
| "main": "index.js", | |
| "author": "Wahyu Kristianto <w.kristories@gmail.com>", | |
| "license": "MIT", | |
| "dependencies": { | |
| "chalk": "^1.1.1", | |
| "fildes": "^1.0.5", | |
| "inquirer": "^0.11.2", | |
| "node-emoji": "^1.0.4", | |
| "os-homedir": "^1.0.1", | |
| "unirest": "^0.4.2", | |
| "vorpal": "^1.5.5", | |
| "wordwrap": "^1.0.0" | |
| }, | |
| "devDependencies": {}, | |
| "repository": { | |
| "type": "git", | |
| "url": "git+https://github.com/Kristories/phunt.git" | |
| }, | |
| "keywords": [ | |
| "phunt", | |
| "producthunt", | |
| "product", | |
| "hunt", | |
| "cli" | |
| ], | |
| "bugs": { | |
| "url": "https://github.com/Kristories/phunt/issues" | |
| }, | |
| "homepage": "https://github.com/Kristories/phunt", | |
| "preferGlobal": true, | |
| "bin": "./index.js" | |
| } |