Files
lodash/component.json
John-David Dalton 618b25df08 Update repo paths in component.json and package.json.
Former-commit-id: 4c2b2498786c11d100cd82d006d0a98feba4586e
2013-08-28 11:14:55 -07:00

21 lines
383 B
JSON

{
"name": "lodash",
"repo": "lodash/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"
]
}