immutablepatch
Version:
Apply RFC 6902 style patches to Immutable.JS data structures
37 lines (36 loc) • 745 B
JSON
{
"name": "immutablepatch",
"version": "0.5.0",
"publishConfig": {
"registry": "https://registry.npmjs.org/"
},
"description": "Apply RFC 6902 style patches to Immutable.JS data structures",
"main": "src/patch.js",
"directories": {
"test": "tests"
},
"scripts": {
"test": "gulp test"
},
"keywords": [
"immutable.js",
"diff",
"jsondiff"
],
"author": "Intelie",
"license": "MIT",
"repository": {
"type": "git",
"url": "http://github.com/intelie/immutable-js-patch.git"
},
"devDependencies": {
"gulp": "^3.8.9",
"gulp-mocha": "^1.1.1",
"gulp-util": "^3.0.1",
"immutablediff": "^0.3.2",
"jscheck": "^0.2.0"
},
"peerDependencies": {
"immutable": "*"
}
}