UNPKG

ncats-protvista-viewer

Version:

A collection of nightingale and custom components to show details of a protein sequence

41 lines (40 loc) 1.06 kB
{ "name": "ncats-protvista-viewer", "description": "A collection of nightingale and custom components to show details of a protein sequence", "version": "1.1.5", "main": "dist/bundle.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1", "build": "webpack", "pub": "npm run build && npm version patch && npm publish" }, "dependencies": { "protvista-manager": "^3.0.0", "protvista-navigation": "^3.0.0", "protvista-tooltip": "^3.1.2", "protvista-track": "^3.2.1", "protvista-zoomable": "^3.0.0" }, "devDependencies": { "d3": "^5.7.0", "webpack": "^5.20.0", "webpack-cli": "^4.5.0" }, "repository": { "type": "git", "url": "git+https://github.com/ncats/protvista-viewer.git" }, "keywords": [ "ProtVista", "UniProt", "D3", "NCATS", "WebLogo" ], "author": "Keith Kelleher", "license": "MIT", "bugs": { "url": "https://github.com/ncats/protvista-viewer/issues" }, "homepage": "https://github.com/ncats/protvista-viewer#readme" }