{
  "name": "glomb",
  "description": "Extended wrapper of the built-in Array for a MongoDB-like handling",
  "keywords": [
    "javascript",
    "array",
    "data",
    "extended",
    "wrapper",
    "simple",
    "mongodb",
    "immutable",
    "util",
    "es6",
    "es2015",
    "es7",
    "es2016"
  ],
  "version": "0.3.4",
  "license": "MIT",
  "author": {
    "name": "Felix Heck",
    "email": "hi@whoTheHeck.de",
    "url": "http://whoTheHeck.de"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/felixheck/Glomb.git"
  },
  "bugs": {
    "email": "hi@whoTheHeck.com",
    "url": "https://github.com/felixheck/Glomb/issues"
  },
  "main": "./lib/index.js",
  "config": {
    "mochaOptions": "test/** --colors --reporter min --compilers js:babel-core/register"
  },
  "scripts": {
    "precoverage": "rm -rf coverage",
    "coverage": "istanbul cover _mocha -- $npm_package_config_mochaOptions",
    "lint": "eslint --ext .js src",
    "prepublish": "rm -rf lib && babel -d lib src",
    "start": "npm run test -- --watch",
    "test": "mocha $npm_package_config_mochaOptions"
  },
  "dependencies": {
    "lodash": "^4.13.1"
  },
  "devDependencies": {
    "babel-cli": "^6.10.1",
    "babel-core": "^6.10.4",
    "babel-eslint": "^6.1.0",
    "babel-plugin-transform-decorators-legacy": "^1.3.4",
    "babel-preset-es2015": "^6.9.0",
    "babel-preset-stage-0": "^6.5.0",
    "chai": "^3.5.0",
    "eslint": "3.0.0",
    "eslint-config-airbnb-base": "^3.0.1",
    "eslint-plugin-import": "^1.10.0",
    "eslint-plugin-jsx-a11y": "^1.5.3",
    "istanbul": "^1.0.0-alpha.2",
    "mocha": "^2.5.3",
    "sinon": "^1.17.4",
    "sinon-chai": "^2.8.0"
  },
  "engines": {
    "node": "^6.0.0",
    "npm": "^3.8.8"
  }
}
