@nulven/nodeplotlib
Version:
NodeJS frontend-less plotting lib using plotly.js inspired by matplotlib
39 lines (38 loc) • 977 B
JSON
{
"name": "@nulven/nodeplotlib",
"version": "1.0.3",
"description": "NodeJS frontend-less plotting lib using plotly.js inspired by matplotlib",
"author": "Nick Ulven",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/nulven/nodeplotlib.git"
},
"bugs": {
"url": "https://github.com/nulven/nodeplotlib/issues"
},
"homepage": "https://github.com/nulven/nodeplotlib#readme",
"keywords": [
"plot",
"easy-to-use",
"no-frontend",
"plotlyjs",
"science",
"statistics",
"browser",
"localhost"
],
"dependencies": {
"@types/plotly.js": "^1.54.17",
"@nestjs/platform-express": "^8.0.0",
"@nestjs/platform-socket.io": "^8.2.3",
"rxjs": "^7.0.0",
"@nestjs/common": "^8.0.0",
"@nestjs/core": "^8.0.0",
"@nestjs/websockets": "^8.2.3",
"@nestjs/serve-static": "^2.2.2"
},
"peerDependencies": {},
"main": "./src/index.js",
"typings": "./src/index.d.ts"
}