mirror of
https://github.com/whoisclebs/lodash.git
synced 2026-01-31 15:27:50 +00:00
42 lines
751 B
JSON
42 lines
751 B
JSON
{
|
|
"name": "lodash",
|
|
"version": "0.1.0",
|
|
"description": "TBD",
|
|
"homepage": "https://github.com/bestiejs/lodash",
|
|
"main": "lodash",
|
|
"keywords": [
|
|
"browser",
|
|
"client",
|
|
"functional",
|
|
"performance",
|
|
"server",
|
|
"speed",
|
|
"util"
|
|
],
|
|
"licenses": [
|
|
{
|
|
"type": "MIT",
|
|
"url": "http://mths.be/mit"
|
|
}
|
|
],
|
|
"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"
|
|
},
|
|
"engines": [
|
|
"node",
|
|
"rhino"
|
|
],
|
|
"directories": {
|
|
"doc": "./doc",
|
|
"test": "./test"
|
|
}
|
|
} |