-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
41 lines (41 loc) · 1.01 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
{
"name": "petrie-itis",
"version": "1.1.18",
"description": "a ITIS search wrapper for Petrie",
"main": "index.js",
"repository": "[email protected]:nebulousdog/petrie-itis.git",
"author": "Tom Spalding <[email protected]>",
"license": "MIT",
"dependencies": {
"fast-levenshtein": "^2.0.6",
"node-fetch": "^2.1.2"
},
"devDependencies": {
"chai": "^4.1.2",
"coveralls": "^3.0.1",
"eslint": "^4.19.1",
"fetch-mock": "^6.4.3",
"jsdoc": "^3.5.5",
"mocha": "^5.2.0",
"nyc": "^12.0.2",
"sinon": "^5.0.10"
},
"scripts": {
"coverage": "$(yarn bin)/nyc report --reporter=text-lcov | $(yarn bin)/coveralls",
"docs": "$(yarn bin)/jsdoc lib -d docs -R README.md",
"lint": "$(yarn bin)/eslint lib",
"test": "$(yarn bin)/nyc mocha"
},
"keywords": [
"api-wrapper",
"classification",
"data-structures",
"graph",
"itis",
"nature",
"petrie",
"phylogeny",
"taxonomy"
],
"homepage": "https://nebulousdog.github.io/petrie-itis/"
}