mirror of
https://github.com/musix-org/musix-oss
synced 2024-11-10 08:10:18 +00:00
18 lines
332 B
JSON
18 lines
332 B
JSON
{
|
|
"name": "snakeize",
|
|
"repo": "nathan7/snakeize",
|
|
"description": "recursively transform key strings from camel-case to underscore-style",
|
|
"version": "0.1.0",
|
|
"keywords": [
|
|
"snake-case",
|
|
"json",
|
|
"transform"
|
|
],
|
|
"dependencies": {},
|
|
"development": {},
|
|
"license": "MIT",
|
|
"scripts": [
|
|
"index.js"
|
|
]
|
|
}
|