forked from kroitor/asciichart
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
63 lines (63 loc) · 1.39 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
{
"name": "asciichart",
"version": "1.5.7",
"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": "^2.13.1",
"esdoc": "^0.5.2",
"esdoc-node": "^1.0.2",
"eslint": "^4.2.0",
"istanbul": "^0.4.5",
"mocha": "^3.4.2",
"nyc": "^11.0.3"
},
"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"
]
}