xeno-canto.js/package.json

48 lines
952 B
JSON

{
"name": "xeno-canto",
"description": "Node.js API for xeno-canto database webservices",
"version": "0.0.5",
"homepage": "https://github.com/UncleSamulus/xeno-canto",
"repository": {
"type": "git",
"url": "https://github.com/UncleSamulus/xeno-canto"
},
"bugs": {
"url": "https://github.com/UncleSamulus/xeno-canto/issues"
},
"licenses": [
{
"type": "GNU GPL",
"url": "http://www.gnu.org/licenses/"
}
],
"main": "lib/xeno-canto",
"scripts": {
"test": "grunt nodeunit"
},
"dependencies": {
"request": "^2.88.2"
},
"devDependencies": {
"grunt": "^1.5.3",
"grunt-contrib-jshint": "^3.2.0",
"grunt-contrib-nodeunit": "^4.0.0",
"grunt-contrib-watch": "^1.1.0"
},
"directories": [
"lib",
"test"
],
"keywords": [
"bird",
"sound",
"database",
"webservice",
"api",
"science",
"biology",
"zoology",
"bioinformatics"
]
}