UNPKG

genius-api

Version:

a node module for the genius annotations api

40 lines (39 loc) 886 B
{ "name": "genius-api", "version": "0.4.1", "description": "a node module for the genius annotations api", "main": "dist/api.js", "scripts": { "test": "mocha" }, "repository": { "type": "git", "url": "https://github.com/jahrlin/genius-api.git" }, "keywords": [ "genius", "api", "annotations", "npm", "javascript" ], "author": "Joakim Ahrlin <joakim.ahrlin@gmail.com> (https://github.com/jahrlin/)", "license": "MIT", "bugs": { "url": "https://github.com/jahrlin/genius-api/issues" }, "homepage": "https://github.com/jahrlin/genius-api", "devDependencies": { "babel": "^5.5.4", "chai": "^3.0.0", "chai-as-promised": "^5.1.0", "gulp": "^3.9.0", "gulp-babel": "^5.1.0", "gulp-rename": "^1.2.2", "mocha": "^2.2.5" }, "dependencies": { "lodash": "^3.9.3", "request": "^2.58.0" } }