-
-
Notifications
You must be signed in to change notification settings - Fork 11
/
Copy pathpackage.json
36 lines (36 loc) · 813 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
{
"name": "phunt",
"version": "0.2.4",
"description": "Product Hunt Command Line Client",
"main": "index.js",
"author": "Wahyu Kristianto <[email protected]>",
"license": "MIT",
"dependencies": {
"chalk": "^2.4.2",
"fildes": "^3.0.0",
"inquirer": "^7.0.0",
"node-emoji": "^1.10.0",
"os-homedir": "^2.0.0",
"unirest": "^0.6.0",
"vorpal": "^1.12.0",
"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"
}