-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
30 lines (30 loc) · 796 Bytes
/
package.json
File metadata and controls
30 lines (30 loc) · 796 Bytes
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
{
"name": "abdi-cli",
"version": "0.0.1",
"description": "a waiter for cli tools",
"main": "index.js",
"repository": "git@github.com:HackerFox/Abdi.git",
"author": "ridho muhammad <ulunmuhammadridho@gmail.com>",
"license": "MIT",
"bin": {
"abdi": "./bin/index.js"
},
"dependencies": {
"chalk": "^2.4.2",
"commander": "^2.20.0",
"compressing": "^1.4.0",
"inquirer": "^6.3.1",
"log-symbols": "^3.0.0",
"node-find-folder": "^0.1.32",
"node-tool-utils": "^1.2.1",
"npm-name": "^5.3.0",
"ora": "^3.4.0",
"progress-bar-webpack-plugin": "^1.12.1",
"shelljs": "^0.8.3",
"squatter": "^0.2.0",
"stats-webpack-plugin": "^0.7.0",
"terminal-link": "^1.3.0",
"urllib": "^2.33.3",
"webpack-bundle-analyzer": "^3.3.2"
}
}