jumbler
Version:
A word scrambler whose output is still easy to read.
35 lines (34 loc) • 657 B
JSON
{
"name": "jumbler",
"version": "0.1.2",
"description": "A word scrambler whose output is still easy to read.",
"main": "index.js",
"bin": "cli.js",
"directories": {
"test": "test"
},
"dependencies": {},
"devDependencies": {
"fight-club-quotes": "*",
"mocha": "~1.6.0",
"should": "~1.2.1"
},
"scripts": {
"test": "node test"
},
"repository": {
"type": "git",
"url": "git://github.com/Soarez/jumbler.git"
},
"keywords": [
"jumbler",
"scrambler",
"anagram",
"randomizer",
"text",
"string",
"word"
],
"author": "Igor Soarez <igorsoarez@gmail.com>",
"license": "MIT"
}