f7e570934d
Fixes #17
64 lines
1.6 KiB
JSON
64 lines
1.6 KiB
JSON
{
|
|
"name": "updeep",
|
|
"version": "0.7.0",
|
|
"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",
|
|
"perf-server": "`npm bin`/webpack-dev-server --config perf/webpack.config.js --hot"
|
|
},
|
|
"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",
|
|
"benchmark": "^1.0.0",
|
|
"eslint": "^0.24.1",
|
|
"eslint-config-airbnb": "0.0.7",
|
|
"expect": "^1.9.0",
|
|
"exports-loader": "^0.6.2",
|
|
"gulp": "^3.6.0",
|
|
"gulp-babel": "^5.1.0",
|
|
"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-dev-server": "^1.10.1",
|
|
"webpack-stream": "^2.1.0"
|
|
}
|
|
}
|