-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
37 lines (37 loc) · 1.08 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
{
"name": "jsbiotools",
"version": "1.0.0",
"description": "Bioinformatics Tool Wrapper Modudels",
"main": "test.js",
"scripts": {
"test": "find -name '*.test.js' | xargs mocha -R spec",
"coverage": "istanbul cover _mocha ClustalO_Wrapper/test/clustalOmega.test.js TCoffee_Wrapper/test/tCoffee.test.js Dialign_Wrapper/test/dialign.test.js PSA_Wrappers/NeedlemanWunsch_Wrapper/test/needlemanW.test.js PSA_Wrappers/SmithWaterman_Wrapper/test/smithW.test.js -x *.test.js"
},
"author": "Dinika Senarath",
"license": "MIT",
"dependencies": {
"download-file": "^0.1.5",
"glob": "^7.1.2",
"uuid": "^3.2.1"
},
"devDependencies": {
"chai": "^4.1.2",
"istanbul": "^0.4.5",
"mocha": "^5.0.1",
"test-console": "^1.1.0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/DinikaSen/jsBioTools.git"
},
"keywords": [
"wrapper",
"bioinformatics",
"sequence",
"alignment"
],
"bugs": {
"url": "https://github.com/DinikaSen/jsBioTools/issues"
},
"homepage": "https://github.com/DinikaSen/jsBioTools#readme"
}