UNPKG

bokehmol

Version:

Handle molecules with bokeh

34 lines 770 B
{ "name": "bokehmol", "version": "0.2.0", "description": "Handle molecules with bokeh", "homepage": "https://github.com/cbouy/bokehmol", "bugs": { "url": "https://github.com/cbouy/bokehmol/issues" }, "license": "Apache-2.0", "author": { "name": "Cedric Bouysset", "email": "cedric@bouysset.net" }, "keywords": [ "bokeh", "cheminformatics", "chemoinformatics", "chemistry" ], "repository": { "type": "git", "url": "git+https://github.com/cbouy/bokehmol.git" }, "files": [ "dist/**/*.{js,js.map,d.ts,json,css}" ], "main": "dist/bokehmol.min.js", "types": "dist/lib/index.d.ts", "dependencies": { "@bokeh/bokehjs": "~3.6.0", "@rdkit/rdkit": "~2025.3.4-1.0.0" }, "devDependencies": {} }