{
  "name": "mapql",
  "version": "0.0.10",
  "description": "A MongoDB inspired ES6 Map() query langauge.",
  "main": "index.js",
  "scripts": {
    "test": "mocha tests/node.js",
    "local": "karma start tests/local.karma.js --debug",
    "sauce": "karma start tests/sauce.karma.js"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/LouisT/MapQL.git"
  },
  "keywords": [
    "map",
    "query",
    "language",
    "search",
    "es6",
    "es5",
    "chain",
    "ql",
    "mapdsl"
  ],
  "author": {
    "name": "Louis T.",
    "email": "louist@ltdev.im",
    "web": "https://lou.ist/"
  },
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/LouisT/MapQL/issues"
  },
  "homepage": "https://github.com/LouisT/MapQL#readme",
  "devDependencies": {
    "babel-plugin-transform-builtin-extend": "^1.1.2",
    "babel-plugin-transform-runtime": "^6.23.0",
    "babel-preset-es2015": "^6.24.1",
    "babelify": "^7.3.0",
    "grunt": "^1.0.1",
    "grunt-banner": "^0.6.0",
    "grunt-browserify": "^5.0.0",
    "grunt-contrib-clean": "^1.1.0",
    "grunt-contrib-uglify": "^3.0.1",
    "grunt-stripcomments": "^0.7.2",
    "karma": "^1.7.0",
    "karma-browserify": "^5.1.1",
    "karma-mocha": "^1.3.0",
    "karma-phantomjs-launcher": "^1.0.4",
    "karma-sauce-launcher": "^1.1.0",
    "load-grunt-tasks": "^3.5.2",
    "mocha": "^3.4.2"
  },
  "dependencies": {
    "is-equal": "^1.5.5"
  },
  "engines": {
    "node": ">=6.0.0"
  }
}
