{ "name": "updeep", "version": "1.1.0", "description": "Easily update nested frozen objects and arrays in a declarative and immutable manner.", "homepage": "https://github.com/substantial/updeep", "repository": { "type": "git", "url": "https://github.com/substantial/updeep" }, "author": "Aaron Jensen", "files": [ "dist" ], "main": "dist/index.js", "keywords": [ "immutable", "frozen", "functional", "declarative" ], "scripts": { "test": "gulp", "test:watch": "gulp watch", "prepublish": "gulp prepublish", "perf-server": "`npm bin`/webpack-dev-server --config perf/webpack.config.js --hot" }, "license": "MIT", "bugs": { "url": "https://github.com/substantial/updeep/issues" }, "dependencies": { "lodash": "^4.2.0" }, "devDependencies": { "babel-core": "^6.4.0", "babel-loader": "^6.2.1", "babel-preset-es2015": "^6.3.13", "babel-preset-stage-2": "^6.3.13", "benchmark": "^1.0.0", "chai": "^3.2.0", "eslint": "^4.19.1", "eslint-config-airbnb-base": "^11.1.3", "eslint-config-prettier": "^4.0.0", "eslint-plugin-import": "^2.2.0", "eslint-plugin-prettier": "^2.0.1", "exports-loader": "^0.7.0", "gulp": "^3.6.0", "gulp-babel": "^7.0.1", "gulp-eslint": "^3.0.1", "gulp-mocha": "^2.0.0", "karma": "^0.13.3", "karma-babel-preprocessor": "^7.0.0", "karma-chrome-launcher": "^2.2.0", "karma-mocha": "^1.3.0", "karma-mocha-reporter": "^2.2.5", "karma-phantomjs-launcher": "^1.0.4", "karma-webpack": "^2.0.13", "mocha": "^2.2.5", "phantomjs-prebuilt": "^2.1.14", "prettier": "^1.1.0", "rimraf": "^2.4.2", "webpack": "^1.10.5", "webpack-dev-server": "^1.10.1", "webpack-stream": "^2.1.0" } }