1
0
mirror of https://github.com/musix-org/musix-oss synced 2024-11-10 11:20:19 +00:00
musix-oss/node_modules/snakeize/component.json
2020-03-03 22:30:50 +02:00

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"
]
}