2013-11-12 01:34:04 +01:00
|
|
|
{
|
|
|
|
"name": "xeno-canto",
|
|
|
|
"description": "Node.js API for xeno-canto database webservices",
|
2013-11-12 04:41:55 +01:00
|
|
|
"version": "0.0.1",
|
2013-11-12 01:34:04 +01:00
|
|
|
"homepage": "",
|
|
|
|
"author": {
|
2013-11-12 04:41:55 +01:00
|
|
|
"name": "tripitakit",
|
2013-11-12 01:34:04 +01:00
|
|
|
"email": "patrick.demarta@gmail.com"
|
|
|
|
},
|
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
2013-11-12 04:41:55 +01:00
|
|
|
"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": [
|
|
|
|
{
|
2013-11-12 04:41:55 +01:00
|
|
|
"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": {
|
|
|
|
"rest": "~1.0.0"
|
|
|
|
},
|
|
|
|
"directories" : ["lib", "test"],
|
|
|
|
"keywords": ["bird","sound","database","webservice","api",
|
|
|
|
"science", "biology", "zoology", "bioinformatics"]
|
|
|
|
}
|