mkdirwils-palindrome
Version:
Palindrome detector
30 lines (29 loc) • 612 B
JSON
{
"name": "mkdirwils-palindrome",
"version": "1.1.0",
"description": "Palindrome detector",
"main": "index.js",
"scripts": {
"test": "mocha"
},
"repository": {
"type": "git",
"url": "git+https://github.com/mkdirwils/palindrome_module.git"
},
"keywords": [
"palindrome",
"learn",
"enough",
"javascript",
"TDD"
],
"author": "Prince Wilson",
"license": "ISC",
"bugs": {
"url": "https://github.com/mkdirwils/palindrome_module/issues"
},
"homepage": "https://github.com/mkdirwils/palindrome_module#readme",
"directories": {
"test": "test"
}
}