1
0
mirror of https://github.com/musix-org/musix-oss synced 2024-11-13 02:20:18 +00:00
musix-oss/node_modules/snakeize/component.json

18 lines
332 B
JSON
Raw Normal View History

2020-03-03 20:30:50 +00:00
{
"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"
]
}