json-restyle
Version:
Rename keys of JSON data
37 lines (36 loc) • 909 B
JSON
{
"name": "json-restyle",
"description": "Rename keys of JSON data",
"version": "1.0.3",
"repository": {
"type": "git",
"url": "https://github.com/tapaswi/json-restyle.git"
},
"keywords": [
"Angular",
"Rename",
"JSON",
"keys",
"restyle",
"JSON Object"
],
"author": "Tapaswi",
"license": "ISC",
"bugs": {
"url": "https://github.com/tapaswi/json-restyle/issues"
},
"homepage": "https://github.com/tapaswi/json-restyle#readme",
"dependencies": {
},
"peerDependencies": {},
"main": "bundles/json-restyle.umd.js",
"module": "fesm5/json-restyle.js",
"es2015": "fesm2015/json-restyle.js",
"esm5": "esm5/json-restyle.js",
"esm2015": "esm2015/json-restyle.js",
"fesm5": "fesm5/json-restyle.js",
"fesm2015": "fesm2015/json-restyle.js",
"typings": "json-restyle.d.ts",
"metadata": "json-restyle.metadata.json",
"sideEffects": false
}