forked from chunqiuyiyu/ervy
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
44 lines (44 loc) · 958 Bytes
/
package.json
File metadata and controls
44 lines (44 loc) · 958 Bytes
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
{
"name": "terminal-charter",
"version": "1.0.20",
"description": "Bring charts to terminal.",
"keywords": [
"cli",
"terminal",
"console",
"ascii",
"chart",
"data-visualization"
],
"files": [
"index.js",
"lib"
],
"engines": {
"node": ">=8"
},
"scripts": {
"lint": "standard",
"fix": "standard --fix",
"build": "browserify index.js -o site/js/ervy.js --standalone ervy"
},
"standard": {
"ignore": [
"site"
]
},
"author": "Forked by nenewang <wangnelson2@gmail.com> Original author: chunqiuyiyu <chunqiuyiyu@outlook.com> (https://www.chunqiuyiyu.com/)",
"license": "MIT",
"devDependencies": {
"browserify": "^16.5.0",
"standard": "^12.0.1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/nenewang/node-charts.git"
},
"bugs": {
"url": "https://github.com/nenewang/node-charts/issues"
},
"homepage": "wangnelson.xyz"
}