Files
lodash/component.json
John-David Dalton 8f9c4cd217 Remove build from this repo to move to lodash-cli.
Former-commit-id: 0f9e802dd744a97494a10537442a28aae40dc72a
2013-08-28 11:14:38 -07:00

21 lines
385 B
JSON

{
"name": "lodash",
"repo": "bestiejs/lodash",
"version": "1.3.1",
"description": "A utility library delivering consistency, customization, performance, and extras.",
"license": "MIT",
"scripts": [
"index.js",
"dist/lodash.compat.js"
],
"keywords": [
"browser",
"client",
"functional",
"performance",
"server",
"speed",
"util"
]
}