anesidora
Version:
A really simple wrapper around the Pandora JSON API
31 lines (30 loc) • 672 B
JSON
{
"name": "anesidora",
"version": "1.2.1",
"description": "A really simple wrapper around the Pandora JSON API",
"main": "anesidora.js",
"scripts": {
"test": "./node_modules/.bin/faucet test/*.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/dlom/anesidora.git"
},
"keywords": [
"pandora"
],
"author": "Mark Old",
"license": "MIT",
"bugs": {
"url": "https://github.com/dlom/anesidora/issues"
},
"homepage": "https://github.com/dlom/anesidora#readme",
"dependencies": {
"request": "^2.64.0",
"underscore": "^1.8.3"
},
"devDependencies": {
"faucet": "0.0.1",
"tape": "^4.2.1"
}
}