xeno-canto.js/package.json

48 lines
948 B
JSON
Raw Normal View History

2013-11-12 01:34:04 +01:00
{
"name": "xeno-canto",
"description": "Node.js API for xeno-canto database webservices",
2022-08-19 04:04:32 +02:00
"version": "0.0.5",
"homepage": "https://github.com/UncleSamulus/xeno-canto",
2013-11-12 01:34:04 +01:00
"repository": {
"type": "git",
2022-08-19 04:14:59 +02:00
"url": "https://github.com/tripitakit/xeno-canto"
2013-11-12 01:34:04 +01:00
},
"bugs": {
2022-08-19 04:14:59 +02:00
"url": "https://github.com/tripitakit/xeno-canto/issues"
2013-11-12 01:34:04 +01:00
},
"licenses": [
{
"type": "GNU GPL",
2013-11-12 01:34:04 +01:00
"url": "http://www.gnu.org/licenses/"
}
],
"main": "lib/xeno-canto",
"scripts": {
"test": "grunt nodeunit"
},
"dependencies": {
2022-08-19 04:04:32 +02:00
"request": "^2.88.2"
2013-11-12 01:34:04 +01:00
},
2022-08-19 04:04:32 +02:00
"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"
]
}