-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
34 lines (34 loc) · 969 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
{
"name": "android-api-versions-console-chart",
"version": "1.1.0",
"description": "Android api versions percentage usage chart for displaying in javascript/terminal using nodejs and cli-pie",
"main": "bin/index.js",
"type": "module",
"scripts": {
"test": "echo \"Error: no test specified\" "
},
"keywords": [
"android",
"distribution chart",
"piecharts",
"colored chart",
"terminal utility"
],
"repository": {
"type": "git",
"url": "git@github.com:marlonlom/android-api-versions-console-chart.git"
},
"bugs": {
"url": "https://github.com/marlonlom/android-api-versions-console-chart/issues"
},
"homepage": "https://github.com/marlonlom/android-api-versions-console-chart",
"author": "Marlon López (https://about.me/marlonlom)",
"license": "MIT",
"dependencies": {
"cli-pie": "^2.4.2",
"node-fetch": "^3.3.0"
},
"bin": {
"display-android-api-versions-chart": "./bin/index.js"
}
}