{
  "name": "simple-grant-lang",
  "version": "0.9.4",
  "description": "Simple Grant Language (SGL)",
  "main": "sgl.js",
  "scripts": {
    "test": "mocha"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/evernym/simple-grant-lang.git"
  },
  "keywords": [
    "sgl",
    "json",
    "dsl",
    "xacml",
    "authorization",
    "authz",
    "verifiable",
    "credentials",
    "did"
  ],
  "author": "Daniel Hardman",
  "license": "Apache-2.0",
  "bugs": {
    "url": "https://github.com/evernym/simple-grant-lang/issues"
  },
  "homepage": "https://github.com/evernym/simple-grant-lang#readme",
  "devDependencies": {
    "mocha": "^6.2.0"
  },
  "dependencies": {
    "better-assert": "^1.0.2"
  }
}
