xeno-canto.js/package.json

42 lines
982 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",
"version": "0.0.4",
2013-11-12 01:34:04 +01:00
"homepage": "",
"author": {
"name": "tripitakit",
2013-11-12 01:34:04 +01:00
"email": "patrick.demarta@gmail.com"
},
"repository": {
"type": "git",
"url": "https://github.com/tripitakit/xeno-canto"
2013-11-12 01:34:04 +01:00
},
"bugs": {
"url": "https://github.com/tripitakit/xeno-canto/issues"
},
"licenses": [
{
"type": "GNU GPL",
2013-11-12 01:34:04 +01:00
"url": "http://www.gnu.org/licenses/"
}
],
"main": "lib/xeno-canto",
"engines": {
"node": ">= 0.8.0"
},
"scripts": {
"test": "grunt nodeunit"
},
"devDependencies": {
"grunt-contrib-jshint": "~0.6.4",
"grunt-contrib-nodeunit": "~0.2.0",
"grunt-contrib-watch": "~0.5.3",
"grunt": "~0.4.1"
},
"dependencies": {
"request": "~2.83.0"
2013-11-12 01:34:04 +01:00
},
"directories" : ["lib", "test"],
"keywords": ["bird","sound","database","webservice","api",
"science", "biology", "zoology", "bioinformatics"]
}