mirror of
https://github.com/whoisclebs/lodash.git
synced 2026-01-29 06:27:49 +00:00
47 lines
930 B
JSON
47 lines
930 B
JSON
{
|
|
"name": "lodash",
|
|
"version": "0.3.2",
|
|
"description": "A drop-in replacement for Underscore.js that delivers performance improvements, 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@fusejs.com",
|
|
"web": "http://allyoucanleet.com/"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/bestiejs/lodash/issues"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/bestiejs/lodash.git"
|
|
},
|
|
"directories": {
|
|
"doc": "./doc",
|
|
"test": "./test"
|
|
},
|
|
"engines": [
|
|
"node",
|
|
"rhino"
|
|
],
|
|
"scripts": {
|
|
"build": "node build",
|
|
"test": "node test/test"
|
|
}
|
|
}
|