echonester
Version:
a client library for searching songs within EchoNest and retrieving the nearest match
32 lines (31 loc) • 665 B
JSON
{
"name": "echonester",
"version": "0.1.6",
"description": "a client library for searching songs within EchoNest and retrieving the nearest match",
"repository": {
"type": "git",
"url": "http://github.com/PlayNetwork/echonester.git"
},
"keywords": [
"echonest",
"song",
"track",
"search"
],
"main": "lib/index.js",
"scripts": {
"test": "gulp jshint"
},
"author": "PlayNetwork",
"license": "MIT",
"dependencies": {
"levenshtein": "^1.0.5",
"request": "^2.65.0",
"unidecode": "^0.1.7"
},
"devDependencies": {
"gulp": "^3.6.2",
"gulp-jshint": "^1.5.5",
"jshint-stylish": "^0.2.0"
}
}