UNPKG
dna
Version:
latest (0.1.6)
0.1.6
0.1.5
0.1.4
0.1.3
0.1.2
0.1.0
0.0.6
0.0.5
0.0.4
0.0.3
0.0.2
0.0.1
utility functions to handle DNA/RNA string data
dna
/
package.json
11 lines
(8 loc)
•
278 B
JSON
View Raw
1
2
3
4
5
6
7
8
9
10
11
{
"name"
:
"dna"
,
"version"
:
"0.1.6"
,
"main"
:
"./dna.js"
,
"engines"
: {
"node"
:
"*"
} ,
"author"
:
"SHIN Suzuki <shinout310
@gmail
.com>"
,
"description"
:
"utility functions to handle DNA/RNA string data"
,
"keywords"
: [
"DNA"
,
"RNA"
,
"FASTA"
,
"sequence"
,
"bioinformatics"
] }