UNPKG

775 BJSONView Raw
1{
2 "name": "ervy",
3 "version": "1.0.7",
4 "description": "Bring charts to terminal.",
5 "keywords": [
6 "cli",
7 "terminal",
8 "console",
9 "ascii",
10 "chart",
11 "data-visualization"
12 ],
13 "files": [
14 "index.js",
15 "lib"
16 ],
17 "engines": {
18 "node": ">=8"
19 },
20 "scripts": {
21 "lint": "standard",
22 "fix": "standard --fix"
23 },
24 "author": "chunqiuyiyu <chunqiuyiyu@outlook.com> (https://www.chunqiuyiyu.com/)",
25 "license": "MIT",
26 "devDependencies": {
27 "standard": "^12.0.1"
28 },
29 "repository": {
30 "type": "git",
31 "url": "git+https://github.com/chunqiuyiyu/ervy.git"
32 },
33 "bugs": {
34 "url": "https://github.com/chunqiuyiyu/ervy/issues"
35 },
36 "homepage": "https://www.chunqiuyiyu.com/ervy/"
37}