snek_case
Version:
Snake case a string
29 lines (28 loc) • 552 B
JSON
{
"name": "snek_case",
"version": "1.0.0",
"description": "Snake case a string",
"main": "lib",
"scripts": {
"test": "lab -c"
},
"repository": {
"type": "git",
"url": "git+https://github.com/geek/snake_case.git"
},
"keywords": [
"snake_case",
"snake",
"snek"
],
"author": "wyatt",
"license": "MPL-2.0",
"bugs": {
"url": "https://github.com/geek/snake_case/issues"
},
"homepage": "https://github.com/geek/snake_case#readme",
"devDependencies": {
"code": "5.2.0",
"lab": "15.2.2"
}
}