natsuki-palindrome
Version:
Palindrome detector
25 lines (24 loc) • 566 B
JSON
{
"name": "natsuki-palindrome",
"version": "0.1.0",
"description": "Palindrome detector",
"main": "index.js",
"scripts": {
"test": "mocha"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Natsuki-gitch/natsuki-palindrome.git"
},
"keywords": [
"palindrome",
"learn-enough",
"javascript"
],
"author": "Natsuki Shimada",
"license": "ISC",
"bugs": {
"url": "https://github.com/Natsuki-gitch/natsuki-palindrome/issues"
},
"homepage": "https://github.com/Natsuki-gitch/natsuki-palindrome#readme"
}