peredur-palindrome
Version:
Palindrome detector
29 lines (28 loc) • 611 B
JSON
{
"name": "peredur-palindrome",
"version": "0.2.0",
"description": "Palindrome detector",
"keywords": [
"palindrome",
"learn-enough",
"javascript"
],
"homepage": "https://github.com/peredurabefrog/palindrome#readme",
"bugs": {
"url": "https://github.com/peredurabefrog/palindrome/issues"
},
"repository": {
"type": "git",
"url": "git+https://github.com/peredurabefrog/palindrome.git"
},
"license": "ISC",
"author": "Peredur ab Efrog",
"type": "commonjs",
"main": "index.js",
"directories": {
"test": "test"
},
"scripts": {
"test": "mocha"
}
}