Files
cdnjs/ajax/libs/lodash.js/package.json
T
2013-04-16 09:17:46 -07:00

32 lines
814 B
JSON

{
"name": "lodash.js",
"version": "1.2.0",
"filename": "lodash.min.js",
"description": "A low-level utility library delivering consistency, customization, performance, and extra features.",
"homepage": "http://lodash.com",
"license": "MIT",
"main": "lodash",
"keywords": [
"browser",
"client",
"functional",
"performance",
"server",
"speed",
"util"
],
"author": {
"name": "John-David Dalton",
"email": "john.david.dalton@gmail.com",
"web": "http://allyoucanleet.com/"
},
"bugs": "https://github.com/bestiejs/lodash/issues",
"repository": {
"type": "git",
"url": "https://github.com/bestiejs/lodash.git"
},
"engines": [
"node",
"rhino"
]
}