UNPKG

@bbashcode/lotide-flex

Version:

A clone of the lodash JavaScript library to practice creating various types of functions using JS.

31 lines (30 loc) 709 B
{ "name": "@bbashcode/lotide-flex", "version": "1.0.1", "description": "A clone of the lodash JavaScript library to practice creating various types of functions using JS.", "main": "assertArraysEqual.js", "directories": { "test": "test" }, "scripts": { "test": "mocha" }, "repository": { "type": "git", "url": "git+https://github.com/bbashcode/lotide-flex.git" }, "keywords": [ "lotide", "Lodash" ], "author": "bbashcode", "license": "ISC", "bugs": { "url": "https://github.com/bbashcode/lotide-flex/issues" }, "homepage": "https://github.com/bbashcode/lotide-flex#readme", "devDependencies": { "chai": "^4.3.6", "mocha": "^9.2.1" } }