@ahsolo/lotide
Version:
lotide assignment for Lighthouse Labs coding bootcamp
30 lines (29 loc) • 619 B
JSON
{
"name": "@ahsolo/lotide",
"version": "1.0.2",
"description": "lotide assignment for Lighthouse Labs coding bootcamp",
"main": "assertArraysEqual.js",
"directories": {
"test": "test"
},
"scripts": {
"test": "mocha"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ahSOLO/lotide.git"
},
"keywords": [
"lotide"
],
"author": "Andrew Han",
"license": "ISC",
"bugs": {
"url": "https://github.com/ahSOLO/lotide/issues"
},
"homepage": "https://github.com/ahSOLO/lotide#readme",
"devDependencies": {
"chai": "^4.2.0",
"mocha": "^8.2.1"
}
}