{ "name": "lodash", "version": "0.3.2", "description": "A drop-in replacement for Underscore.js that delivers performance improvements, bug fixes, and additional features.", "homepage": "http://lodash.com", "main": "lodash", "keywords": [ "browser", "client", "functional", "performance", "server", "speed", "util" ], "licenses": [ { "type": "MIT", "url": "http://lodash.com/license" } ], "author": { "name": "John-David Dalton", "email": "john@fusejs.com", "web": "http://allyoucanleet.com/" }, "bugs": { "url": "https://github.com/bestiejs/lodash/issues" }, "repository": { "type": "git", "url": "https://github.com/bestiejs/lodash.git" }, "bin": { "lodash": "./build.js" }, "directories": { "doc": "./doc", "test": "./test" }, "engines": [ "node", "rhino" ], "scripts": { "build": "node build", "test": "node test/test" } }