mirror of
https://github.com/whoisclebs/lodash.git
synced 2026-01-29 14:37:49 +00:00
63 lines
1.2 KiB
JSON
63 lines
1.2 KiB
JSON
{
|
|
"name": "lodash",
|
|
"version": "1.3.1",
|
|
"description": "A low-level utility library delivering consistency, customization, performance, and extra features.",
|
|
"homepage": "http://lodash.com/",
|
|
"license": "MIT",
|
|
"main": "./dist/lodash.js",
|
|
"keywords": [
|
|
"browser",
|
|
"client",
|
|
"functional",
|
|
"performance",
|
|
"server",
|
|
"speed",
|
|
"util"
|
|
],
|
|
"author": {
|
|
"name": "John-David Dalton",
|
|
"email": "john.david.dalton@gmail.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"
|
|
},
|
|
"engines": [
|
|
"node",
|
|
"rhino"
|
|
],
|
|
"jam": {
|
|
"main": "./dist/lodash.compat.js"
|
|
},
|
|
"volo": {
|
|
"type": "directory",
|
|
"ignore": [
|
|
".*",
|
|
"*.custom.*",
|
|
"*.template.*",
|
|
"*.d.ts",
|
|
"*.map",
|
|
"*.md",
|
|
"*.txt",
|
|
"build.js",
|
|
"lodash.js",
|
|
"index.js",
|
|
"bower.json",
|
|
"component.json",
|
|
"build",
|
|
"doc",
|
|
"node_modules",
|
|
"perf",
|
|
"test",
|
|
"vendor"
|
|
]
|
|
}
|
|
}
|