updeep-remeda/package.json

61 lines
1.5 KiB
JSON

{
"name": "updeep",
"version": "0.3.1",
"description": "Easily update nested frozen objects and arrays in a declarative and immutable manner.",
"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",
"babel-loader": "^5.3.2",
"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",
"karma": "^0.13.3",
"karma-babel-preprocessor": "^5.2.1",
"karma-chrome-launcher": "^0.2.0",
"karma-mocha": "^0.2.0",
"karma-mocha-reporter": "^1.0.4",
"karma-phantomjs-launcher": "^0.2.0",
"karma-webpack": "^1.7.0",
"lodash": "^3.0.0",
"mocha": "^2.2.5",
"phantomjs": "^1.9.17",
"rimraf": "^2.4.2",
"webpack": "^1.10.5",
"webpack-stream": "^2.1.0"
}
}