-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
28 lines (28 loc) · 873 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
{
"name": "dx-open",
"version": "0.0.5",
"description": "Open NPM Module Github page from your console\u001b[D\u001b[D\u001b[D\u001b[D\u001b[D\u001b[D\u001b[D\u001b[D\u001b[D\u001b[D\u001b[D\u001b[D\u001b[D\u001b[D\u001b[D\u001b[D\u001b[D\u001b[D\u001b[D\u001b[C\u001b[Cin your browser from your console",
"main": "app.js",
"bin": {
"dx-open": "./app.js"
},
"dependencies": {
"commander": "^2.19.0",
"opn": "^5.4.0",
"request": "^2.88.0"
},
"devDependencies": {},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/thebiryaniboy/dx-open.git"
},
"author": "Himakar Reddy",
"license": "MIT",
"bugs": {
"url": "https://github.com/thebiryaniboy/dx-open/issues"
},
"homepage": "https://github.com/thebiryaniboy/dx-open#readme"
}