trayharrington-palindrome
Version:
Palindrome detector
28 lines (27 loc) • 621 B
JSON
{
"name": "trayharrington-palindrome",
"version": "0.2.0",
"description": "Palindrome detector",
"main": "index.js",
"scripts": {
"test": "mocha"
},
"repository": {
"type": "git",
"url": "git+https://github.com/trayharrington/palindrome-tester.git"
},
"keywords": [
"palindrome",
"learn-enough",
"javascript"
],
"author": "Tray Harrington",
"license": "ISC",
"bugs": {
"url": "https://github.com/trayharrington/palindrome-tester/issues"
},
"homepage": "https://github.com/trayharrington/palindrome-tester#readme",
"dependencies": {
"mocha": "^11.1.0"
}
}