mirror of
https://github.com/whoisclebs/lodash.git
synced 2026-01-29 14:37:49 +00:00
57 lines
1.1 KiB
JSON
57 lines
1.1 KiB
JSON
{
|
|
"name": "lodash",
|
|
"version": "0.8.2",
|
|
"description": "A drop-in replacement for Underscore.js delivering performance, 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.david.dalton@gmail.com",
|
|
"web": "http://allyoucanleet.com/"
|
|
},
|
|
"dependencies": {
|
|
"tar": "~0.1.13"
|
|
},
|
|
"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"
|
|
],
|
|
"jam": {
|
|
"main": "./lodash.js"
|
|
},
|
|
"scripts": {
|
|
"build": "node build",
|
|
"test": "node test/test && node test/test-build",
|
|
"install": "node build/post-install"
|
|
}
|
|
}
|