strangecase
Version:
formats a given strings casing probabilistic by a given weight
27 lines (26 loc) • 578 B
JSON
{
"name": "strangecase",
"version": "2.0.0",
"repository": {
"type": "git",
"url": "https://github.com/seriousManual/strangecase.git"
},
"description": "formats a given strings casing probabilistic by a given weight",
"main": "index.js",
"scripts": {
"test": "./node_modules/.bin/mocha tests"
},
"keywords": [
"casing",
"strange",
"uppercase",
"lowercase"
],
"author": "Manuel Ernst <seriousstuff@gmx.de>",
"license": "MIT",
"devDependencies": {
"chai": "3.5.0",
"is-upper-case": "1.1.2",
"mocha": "3.1.0"
}
}