@tommymynnson/lotide
Version:
A mini clone of the [Lodash](https://lodash.com) library.
30 lines • 680 B
JSON
{
"name": "@tommymynnson/lotide",
"version": "1.0.6",
"description": "A mini clone of the [Lodash](https://lodash.com) library.",
"main": "index.js",
"directories": {
"test": "test"
},
"scripts": {
"test": "mocha"
},
"repository": {
"type": "git",
"url": "git+https://github.com/TommyMynnSon/lotide.git"
},
"keywords": [
"Lotide",
"Lighthouse Labs"
],
"author": "Tommy Son <tommy.m.son@gmail.com>",
"license": "ISC",
"bugs": {
"url": "https://github.com/TommyMynnSon/lotide/issues"
},
"homepage": "https://github.com/TommyMynnSon/lotide#readme",
"devDependencies": {
"chai": "^4.3.4",
"mocha": "^9.1.1"
}
}