-
Notifications
You must be signed in to change notification settings - Fork 12
/
package.json
38 lines (38 loc) · 853 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
37
38
{
"name": "cekresi-cli",
"version": "1.0.9",
"description": "A command line app to tracking AWB number",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"bin": "index.js",
"repository": {
"type": "git",
"url": "git+https://github.com/ipanardian/cekresi-cli.git"
},
"keywords": [
"cek",
"resi",
"cek",
"awb",
"tracking",
"number",
"cli"
],
"author": "Ipan Ardian",
"license": "MIT",
"bugs": {
"url": "https://github.com/ipanardian/cekresi-cli/issues"
},
"homepage": "https://github.com/ipanardian/cekresi-cli#readme",
"dependencies": {
"cheerio": "^0.20.0",
"cli-spinner": "^0.2.5",
"cli-table": "^0.3.1",
"colors": "^1.0.3",
"node-horseman": "^3.0.1",
"phantomjs": "^2.1.7",
"tabletojson": "^0.4.0"
}
}