react-sequence-viewer
Version:
A React wrapper around the BioJS sequence-viewer component
54 lines (53 loc) • 1.26 kB
JSON
{
"name": "react-sequence-viewer",
"version": "0.2.3",
"description": "A React wrapper around the BioJS sequence-viewer component",
"main": "lib/index.js",
"jsnext:main": "es/index.js",
"module": "es/index.js",
"files": [
"css",
"es",
"lib",
"umd"
],
"scripts": {
"build": "nwb build-react-component",
"clean": "nwb clean-module && npm clean-demo",
"start": "nwb serve-react-demo",
"test": "nwb test",
"test:coverage": "nwb test --coverage",
"test:watch": "nwb test --server"
},
"dependencies": {
"sequence-viewer": "https://github.com/FlyBase/sequence-viewer/archive/v0.2.29-fb.2.tar.gz",
"uuid": "^3.0.1"
},
"peerDependencies": {
"react": "^16.0.0"
},
"repository": {
"type": "git",
"url": "https://github.com/FlyBase/react-sequence-viewer"
},
"devDependencies": {
"bootstrap": "^3.3.7",
"enzyme": "^3.3.0",
"enzyme-adapter-react-16": "^1.1.1",
"jquery": "^3.1.1",
"nwb": "0.21.0",
"prop-types": "^15.6.0",
"react": "^16.2.0",
"react-dom": "^16.2.0"
},
"author": "Josh Goodman",
"homepage": "",
"license": "MIT",
"keywords": [
"react-component",
"BioJS",
"sequence-viewer",
"FASTA",
"sequence"
]
}