{ "name": "updeep", "version": "0.1.3", "description": "Easily update nested objects and arrays (frozen or not) in a declarative and immutable way.", "homepage": "https://github.com/aaronjensen/updeep", "repository": { "type": "git", "url": "https://github.com/aaronjensen/updeep" }, "author": "Aaron Jensen", "files": [ "dist" ], "main": "dist/index.js", "keywords": [ "immutable", "frozen", "functional", "declarative" ], "scripts": { "test": "gulp", "prepublish": "gulp prepublish" }, "license": "MIT", "bugs": { "url": "https://github.com/aaronjensen/updeep/issues" }, "peerDependencies": { "lodash": "^3.0.0" }, "devDependencies": { "babel-core": "^5.5.0", "babel-eslint": "^4.0.5", "chai": "^3.2.0", "eslint": "^0.24.1", "eslint-config-airbnb": "0.0.7", "gulp": "^3.6.0", "gulp-babel": "^5.1.0", "gulp-batch": "^1.0.5", "gulp-eslint": "^0.15.0", "gulp-exclude-gitignore": "^1.0.0", "gulp-mocha": "^2.0.0", "gulp-nsp": "^0.4.5", "gulp-watch": "^4.3.4", "lodash": "^3.0.0" } }