{
  "name": "uri-template-lite",
  "version": "23.4.0",
  "license": "MIT",
  "author": "Lauri Rooden <lauri@rooden.ee>",
  "description": "URI Template [RFC 6570] expansion and extraction",
  "keywords": [
    "uri",
    "url",
    "template",
    "uri-template",
    "rfc6570",
    "litejs"
  ],
  "main": "index.js",
  "files": [],
  "scripts": {
    "test": "lj test --coverage --brief test/index.js && jshint *.js",
    "test-fast": "lj test --brief test/index.js"
  },
  "repository": "github:litejs/uri-template-lite",
  "devDependencies": {
    "@litejs/cli": "23.4.3",
    "jshint": "2.13.6"
  },
  "litejs": {
    "build": false,
    "global": false
  },
  "jshintConfig": {
    "esversion": 5,
    "asi": true,
    "evil": true,
    "laxcomma": true,
    "maxdepth": 6,
    "node": true,
    "nonbsp": true,
    "undef": true,
    "unused": true,
    "shadow": "outer",
    "quotmark": "double"
  }
}
