jsonpath-object-transform
Version:
Transform an object literal using JSONPath.
33 lines (32 loc) • 644 B
JSON
{
"name": "jsonpath-object-transform",
"version": "1.0.4",
"description": "Transform an object literal using JSONPath.",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git://github.com/dvdln/jsonpath-object-transform.git"
},
"keywords": [
"jsonpath",
"json",
"path",
"object",
"translate",
"format",
"transform",
"remap",
"map"
],
"author": "David Lane <me@dvdln.com>",
"license": "MIT",
"dependencies": {
"JSONPath": "^0.10.0"
},
"devDependencies": {
"bower": "^1.3.1"
}
}