mirror of
https://github.com/titanscouting/tra-analysis.git
synced 2024-11-10 15:04:45 +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"
|
||
|
]
|
||
|
}
|