We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c47ab63 commit 41939acCopy full SHA for 41939ac
libs/nodeplotlib/package.json
@@ -1,7 +1,27 @@
1
{
2
"name": "nodeplotlib",
3
"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)",
6
"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
+ ],
25
"dependencies": {
26
"@types/plotly.js": "^1.54.17"
27
},
0 commit comments