updeep-remeda/package.json

49 lines
1.1 KiB
JSON
Raw Normal View History

2015-07-31 15:31:34 +00:00
{
"name": "updeep",
2015-08-01 17:10:31 +00:00
"version": "0.1.3",
2015-08-01 17:52:15 +00:00
"description": "Easily update nested objects and arrays (frozen or not) in a declarative and immutable way.",
2015-07-31 15:53:25 +00:00
"homepage": "https://github.com/aaronjensen/updeep",
2015-07-31 15:31:34 +00:00
"repository": {
"type": "git",
"url": "https://github.com/aaronjensen/updeep"
},
2015-07-31 15:53:25 +00:00
"author": "Aaron Jensen",
"files": [
"dist"
],
2015-08-01 16:09:34 +00:00
"main": "dist/index.js",
2015-07-31 15:31:34 +00:00
"keywords": [
"immutable",
"frozen",
"functional",
"declarative"
],
2015-07-31 15:53:25 +00:00
"scripts": {
"test": "gulp",
"prepublish": "gulp prepublish"
},
2015-07-31 15:31:34 +00:00
"license": "MIT",
"bugs": {
"url": "https://github.com/aaronjensen/updeep/issues"
},
"peerDependencies": {
2015-08-01 15:13:25 +00:00
"lodash": "^3.0.0"
},
2015-07-31 15:53:25 +00:00
"devDependencies": {
"babel-core": "^5.5.0",
2015-08-02 06:25:08 +00:00
"babel-eslint": "^4.0.5",
"chai": "^3.2.0",
2015-08-02 06:25:08 +00:00
"eslint": "^0.24.1",
2015-08-01 15:13:25 +00:00
"eslint-config-airbnb": "0.0.7",
2015-07-31 15:53:25 +00:00
"gulp": "^3.6.0",
"gulp-babel": "^5.1.0",
2015-08-02 05:51:56 +00:00
"gulp-batch": "^1.0.5",
"gulp-eslint": "^0.15.0",
2015-07-31 15:53:25 +00:00
"gulp-exclude-gitignore": "^1.0.0",
"gulp-mocha": "^2.0.0",
"gulp-nsp": "^0.4.5",
2015-08-02 05:51:56 +00:00
"gulp-watch": "^4.3.4",
2015-08-01 15:43:21 +00:00
"lodash": "^3.0.0"
2015-07-31 15:53:25 +00:00
}
2015-07-31 15:31:34 +00:00
}