mup-chromadb
Version:
Plugin for Meteor Up to add support for chromadb
28 lines (27 loc) • 606 B
JSON
{
"name": "mup-chromadb",
"version": "0.0.3",
"description": "Plugin for Meteor Up to add support for chromadb",
"main": "index.js",
"scripts": {
"test": "eslint ."
},
"author": "Sergeant61",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/Sergeant61/mup-chromadb.git"
},
"keywords": [
"meteor-up",
"chromadb"
],
"homepage": "https://github.com/Sergeant61/mup-chromadb",
"bugs": "https://github.com/Sergeant61/mup-chromadb/issues",
"dependencies": {
"joi": "^10.6.0"
},
"devDependencies": {
"eslint": "^4.4.1"
}
}