UNPKG

globi-data

Version:

Find out who eats who in the world: what do rats (Rattus rattus) eat?, or what do hardhead catfish (Ariopsis felis) eat?. Data provided via Global Biotic Interactions (GloBI, https://globalbioticinteractions.org) .

58 lines (57 loc) 1.37 kB
{ "name": "globi-data", "version": "0.0.58", "description": "Find out who eats who in the world: what do rats (Rattus rattus) eat?, or what do hardhead catfish (Ariopsis felis) eat?. Data provided via Global Biotic Interactions (GloBI, https://globalbioticinteractions.org) .", "main": "globi-data.js", "directories": { "example": "example" }, "dependencies": { "extend": "^3.0.0", "object-hash": "^1.1.2", "querystring": "^0.2.0", "request": "^2.79.0", "xmlhttprequest": "~1.8.0" }, "devDependencies": { "tape": "^4.6.3", "testling": "^1.7.1" }, "testling": { "files": "test/*.js", "browsers": [ "opera", "ff", "chrome" ] }, "scripts": { "test": "testling", "_prepublish": "browserify . --standalone globi-data -o globi-data-dist.js" }, "repository": { "type": "git", "url": "git://github.com/jhpoelen/eol-globi-data-js.git" }, "keywords": [ "eol", "encyclopedia of life", "sglobal biotic interactions", "species", "interactions", "bioinformatics", "browser", "ecology", "food web", "foodweb", "biodiversity", "big data", "small data" ], "author": "Jorrit Poelen", "license": "MIT", "readmeFilename": "README.md", "bugs": { "url": "https://github.com/jhpoelen/eol-globi-data-js/issues" } }