{
  "name": "json-logic-js-enhanced",
  "version": "1.1.0",
  "description": "Build complex rules, serialize them as JSON, and execute them in JavaScript",
  "main": "logic.js",
  "directories": {
    "test": "tests"
  },
  "dependencies": {},
  "devDependencies": {
    "eslint": "^3.9.1",
    "eslint-config-google": "^0.7.0",
    "gulp": "^3.9.0",
    "qunit": "^0.7.7",
    "request": "^2.65.0"
  },
  "scripts": {
    "test": "gulp test"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/kakkoyun/json-logic-js.git"
  },
  "keywords": [
    "json",
    "logic",
    "jsonlogic",
    "rules"
  ],
  "authors": [
    "Jeremy Wadhams <jwadhams@dealerinspire.com> (http://jsonlogic.com)",
    "Kemal Akkoyun <kakkoyun@gmail.com>"
  ],
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/kakkoyun/json-logic-js/issues"
  },
  "homepage": "https://github.com/kakkoyun/json-logic-js#readme"
}
