fast-json-patch
Version:
Fast implementation of JSON-Patch (RFC-6902) with duplex (observe changes) capabilities
40 lines (39 loc) • 953 B
JSON
{
"name": "fast-json-patch",
"version": "0.5.3",
"description": "Fast implementation of JSON-Patch (RFC-6902) with duplex (observe changes) capabilities",
"homepage": "https://github.com/Starcounter-Jack/JSON-Patch",
"keywords": [
"json",
"patch",
"http",
"rest"
],
"repository": {
"type": "git",
"url": "git://github.com/Starcounter-Jack/JSON-Patch.git"
},
"bugs": {
"url": "https://github.com/Starcounter-Jack/JSON-Patch/issues"
},
"author": {
"name": "Joachim Wester",
"email": "joachimwester@me.com",
"url": "http://www.starcounter.com/"
},
"licenses": [
{
"type": "MIT",
"url": "http://www.opensource.org/licenses/MIT"
}
],
"main": "./src/json-patch-duplex",
"engines": {
"node": ">= 0.4.0"
},
"devDependencies": {
"grunt": "^0.4.5",
"grunt-bump": "^0.3.0",
"grunt-contrib-uglify": "~0.5.0"
}
}