paulos-palindrome
Version:
__An NPM module sample.__ _Usage:_ ```javascript npm install paulos-palindrome let Phrase = require('paulos-palindrome') let string = new Phrase("Did I do, O God, did I as I said I’d do? Good! I did.") console.log(string.palindrome()) ```
25 lines (24 loc) • 515 B
JSON
{
"name": "paulos-palindrome",
"version": "0.1.2",
"description": "",
"main": "index.js",
"scripts": {
"test": "mocha"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Paulos86/js-palindrome.git"
},
"keywords": [
"palindrom",
"learn-enough",
"javascript"
],
"author": "Paul Badenhorst",
"license": "ISC",
"bugs": {
"url": "https://github.com/Paulos86/js-palindrome/issues"
},
"homepage": "https://github.com/Paulos86/js-palindrome#readme"
}