{
  "name": "conditions",
  "version": "1.1.0",
  "description": "A javascript configuration engine",
  "keywords": [
    "configuration",
    "config",
    "condition",
    "conditions",
    "expression",
    "expressions"
  ],
  "main": "src/index.js",
  "bugs": "https://github.com/major-mann/conditions/issues",
  "scripts": {
    "test": "(grunt test || echo Grunt not found, skipping lint check) && (node node_modules/istanbul/lib/cli.js cover node_modules/jasmine/bin/jasmine.js)"
  },
  "author": "Calvin Mann <calvinmann@gmail.com>",
  "license": "MIT",
  "dependencies": {
    "escodegen": "^1.8.1",
    "esprima": "^3.0.0",
    "mockery": "^2.0.0",
    "request": "^2.88.0"
  },
  "devDependencies": {
    "chai": "^3.5.0",
    "chai-as-promised": "^6.0.0",
    "chai-spies": "^0.7.1",
    "eslint": "^3.11.1",
    "grunt": "^1.0.1",
    "grunt-contrib-concat": "^1.0.1",
    "grunt-contrib-jshint": "^1.0.0",
    "grunt-jscs": "^3.0.1",
    "grunt-mocha-test": "^0.13.2",
    "grunt-shell": "^2.1.0",
    "istanbul": "^0.4.5",
    "jasmine": "^2.5.2",
    "mocha": "^3.2.0",
    "mock-request": "^0.1.2"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/major-mann/conditions.git"
  }
}
