{
  "name": "objutil",
  "version": "2.17.4",
  "description": "Javascript Object util with deep traverse, support ES6 tree shaking methods: get/set/unset/remove object path, visit, assign(extend), merge, remove, defaults, pick, filter, forEach, map, some, every, isEqual. Customize the APIs into one file.",
  "main": "dist/objutil.cjs.js",
  "browser": "dist/objutil.umd.js",
  "jsnext:main": "dist/objutil.es.js",
  "scripts": {
    "travis-before_install": "npm install -g grunt-cli",
    "travis-test": "grunt jshint && npm test",
    "build": "rm -f ./api.log && rollup -c",
    "make": "grunt bump && npm run build && cd dist && uglifyjs objutil.iife.js -c -m -o objutil.min.js",
    "pretest": "npm run build",
    "test": "grunt jshint && istanbul cover _mocha",
    "coveralls": "istanbul cover ./node_modules/mocha/bin/_mocha --report lcovonly -- -R spec && cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js && rm -rf ./coverage"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/futurist/objutil.git"
  },
  "keywords": [
    "object util",
    "extend",
    "object tool kit",
    "object default",
    "deep merge"
  ],
  "author": "James Yang <jamesyang999@gmail.com>",
  "license": "MIT",
  "dependencies": {},
  "devDependencies": {
    "chai": "^3.5.0",
    "coveralls": "^2.11.14",
    "grunt": "^1.5.3",
    "grunt-bump": "^0.8.0",
    "grunt-contrib-jshint": "^1.0.0",
    "istanbul": "^0.4.5",
    "mocha": "^3.0.2",
    "mocha-lcov-reporter": "^1.2.0",
    "rollup": "^0.36.3",
    "rollup-plugin-buble": "^0.18.0"
  },
  "bugs": {
    "url": "https://github.com/futurist/objutil/issues"
  },
  "homepage": "https://github.com/futurist/objutil#readme"
}
