@mattseligman/lotide
Version:
Lotide is a mini clone of the Lodash Library to practice crating a personal npm package. It's like lodash, but without all that extra stuff. Just the things you need to start your project.
35 lines (34 loc) • 838 B
JSON
{
"name": "@mattseligman/lotide",
"version": "1.0.1",
"description": "Lotide is a mini clone of the Lodash Library to practice crating a personal npm package. It's like lodash, but without all that extra stuff. Just the things you need to start your project.",
"main": "index.js",
"directories": {
"test": "test"
},
"dependencies": {
"chai": "^4.3.6"
},
"devDependencies": {
"mocha": "^9.2.2"
},
"scripts": {
"test": "mocha"
},
"repository": {
"type": "git",
"url": "git+https://github.com/MattSeligman/lotide.git"
},
"keywords": [
"Lotide",
"toolkit",
"lighthouse",
"labs"
],
"author": "Matt Seligman",
"license": "ISC",
"bugs": {
"url": "https://github.com/MattSeligman/lotide/issues"
},
"homepage": "https://github.com/MattSeligman/lotide#readme"
}