-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
53 lines (53 loc) · 1.23 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
{
"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"
]
}