UNPKG

node-rhymebrain

Version:
34 lines (33 loc) 758 B
{ "name": "node-rhymebrain", "version": "0.0.5", "description": "node.js interface to rhymebrain", "main": "lib/index.js", "devDependencies": { "jasmine-node": "latest" }, "scripts": { "test": "jasmine-node spec --color --verbose" }, "repository": { "type": "git", "url": "https://github.com/q-state/node-rhymebrain" }, "keywords": [ "npm", "module", "rhymebrain" ], "author": "Adam Barker", "license": "MIT", "bugs": { "url": "https://github.com/q-state/node-rhymebrain/issues" }, "homepage": "https://github.com/q-state/node-rhymebrain", "dependencies": { "node-jpath": "~2.1.0", "url": "~0.7.9", "request": "~2.34.0", "q": "~1.0.1" } }