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) .

49 lines (48 loc) 1.23 kB
{ "name": "globi-data", "version": "0.1.0", "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", "xmlhttprequest": "~1.8.0" }, "devDependencies": { "browserify": "~17.0.1", "tape": "~5.9.0" }, "scripts": { "test": "tape test/*.js", "build": "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" } }