{ "name": "underscore-chainable", "version": "0.0.1", "description": "Make any object of functions chainable.", "main": "index.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "repository": { "type": "git", "url": "git+https://github.com/reggi/underscore-chainable.git" }, "keywords": [ "underscore", "chain", "chainable", "prototype", "generator" ], "author": "Thomas Reggi", "license": "ISC", "bugs": { "url": "https://github.com/reggi/underscore-chainable/issues" }, "homepage": "https://github.com/reggi/underscore-chainable#readme", "dependencies": { "underscore": "^1.8.3" } }