-
Notifications
You must be signed in to change notification settings - Fork 95
/
package.json
65 lines (65 loc) · 1.45 KB
/
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
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
{
"name": "asciichart",
"version": "1.5.26",
"description": "Nice-looking lightweight console ASCII line charts ╭┈╯ with no dependencies",
"main": "asciichart.js",
"repository": {
"type": "git",
"url": "https://github.com/kroitor/asciichart.git"
},
"dependencies": {},
"devDependencies": {
"coveralls": "^3.1.0",
"esdoc-node": "^1.0.5",
"eslint": "^7.5.0",
"istanbul": "^0.4.5",
"lodash": "^4.17.19",
"marked": "^4.0.10",
"minimist": "^1.2.5",
"mocha": "^8.1.1",
"nyc": "^15.1.0"
},
"author": {
"name": "Igor Kroitor",
"email": "igor.kroitor@gmail.com",
"url": "https://github.com/kroitor"
},
"scripts": {
"test": "nyc --reporter=html --reporter=text mocha --reporter spec",
"lint": "eslint asciichart.js",
"lint-test": "eslint test.js",
"autotest": "mocha --reporter spec --watch",
"coverage": "nyc report --reporter=text-lcov | coveralls"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/kroitor/asciichart/issues"
},
"homepage": "https://github.com/kroitor/asciichart",
"keywords": [
"asciichart",
"ascii",
"chart",
"charting",
"charts",
"console",
"terminal",
"draw",
"box-drawing",
"box drawing",
"drawing",
"stats",
"line",
"linear",
"plot",
"graph",
"ascii graphics",
"graphics",
"command line",
"commandline",
"bash",
"shell",
"sh",
"light"
]
}