{
  "name": "rulejs",
  "version": "0.3.0",
  "description": "rules engine; chain-of-command implementation",
  "main": "index.js",
  "repository": {
    "type": "git",
    "url": "git+ssh://git@github.com/TakenPilot/rulejs.git"
  },
  "scripts": {
    "test": "mocha"
  },
  "keywords": [
    "rules",
    "rules-engine",
    "chain-of-command",
    "when-then"
  ],
  "author": "Dane Stuckel",
  "license": "ISC",
  "devDependencies": {
    "mocha": ">=10.2.0"
  }
}
