{
  "name": "@rule.js/core",
  "version": "0.17.1",
  "description": "Serializable object assertions.",
  "main": "index.js",
  "directories": {
    "test": "test"
  },
  "scripts": {
    "test": "echo 'See main repo to run tests'"
  },
  "repository": {
    "type": "git",
    "url": "git://github.com/AGhost-7/rule.js.git"
  },
  "keywords": [
    "Assertion",
    "Conditional",
    "Serialization",
    "Storable",
    "Conditions",
    "Validation"
  ],
  "author": "Jonathan Boudreau <jonathan.boudreau.92@gmail.com>",
  "license": "MIT",
  "homepage": "https://github.com/AGhost-7/rule.js",
  "bugs": {},
  "dependencies": {
    "lodash.clone": "^4.5.0",
    "lodash.get": "^4.4.2"
  },
  "devDependencies": {
    "@rule.js/test-suite": "^0.17.1"
  },
  "engines": {
    "node": ">=v8.12.0"
  },
  "gitHead": "9fb2fe1d0ad05e9c89183bb2b116fcdffb4e101e"
}
