-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
40 lines (40 loc) · 1004 Bytes
/
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
{
"name": "bio-geolocation",
"version": "0.1.2",
"description": "Parses Fasta file and pulls data from GenBank",
"main": "scraper.js",
"scripts": {
"test": "mocha --reporter spec",
"cover": "node_modules/istanbul/lib/cli.js cover node_modules/mocha/bin/_mocha -- -R spec test/*"
},
"repository": {
"type": "git",
"url": "git+https://github.com/omnicoders/bio-geolocation.git"
},
"keywords": [
"Genbank",
"Fasta",
"node"
],
"author": "Matthew Stewart",
"license": "WTFPL",
"bugs": {
"url": "https://github.com/omnicoders/bio-geolocation/issues"
},
"homepage": "https://github.com/omnicoders/bio-geolocation#readme",
"dependencies": {
"axios": "^0.18.0",
"clear": "^0.1.0",
"colors": "^1.2.1",
"inquirer": "^5.2.0",
"npm": "^5.8.0",
"xml-to-json-promise": "0.0.3"
},
"devDependencies": {
"chai": "^4.1.2",
"coveralls": "^3.0.0",
"istanbul": "^0.4.5",
"mocha": "^5.0.5",
"pryjs": "^1.0.3"
}
}