Skip to content

Commit 41939ac

Browse files
committed
chore: add package.json descriptive properties
1 parent c47ab63 commit 41939ac

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

libs/nodeplotlib/package.json

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,27 @@
11
{
22
"name": "nodeplotlib",
33
"version": "1.0.0-rc0",
4+
"description": "NodeJS frontend-less plotting lib using plotly.js inspired by matplotlib",
5+
"author": "Felix Lemke <[email protected]> (https://felixlemke.dev)",
46
"license": "MIT",
7+
"repository": {
8+
"type": "git",
9+
"url": "git+https://github.com/ngfelixl/nodeplotlib.git"
10+
},
11+
"bugs": {
12+
"url": "https://github.com/ngfelixl/nodeplotlib/issues"
13+
},
14+
"homepage": "https://github.com/ngfelixl/nodeplotlib#readme",
15+
"keywords": [
16+
"plot",
17+
"easy-to-use",
18+
"no-frontend",
19+
"plotlyjs",
20+
"science",
21+
"statistics",
22+
"browser",
23+
"localhost"
24+
],
525
"dependencies": {
626
"@types/plotly.js": "^1.54.17"
727
},

0 commit comments

Comments
 (0)