{
  "name": "tiny-url-template",
  "version": "2.1.1",
  "description": "Lightweight Javascript library which complies with RFC 6570 for expanding URL Templates.",
  "keywords": [
    "Lightweight",
    "Javascript",
    "library",
    "es2015",
    "URI Templates",
    "RFC 6570"
  ],
  "repository": "https://github.com/robhicks/tiny-url-template.git",
  "main": "dist/tiny-url-template.cjs.js",
  "module": "dist/tiny-url-template.es.js",
  "scripts": {
    "build": "rollup -c",
    "dev": "rollup -cw",
    "docs": "esdoc -c .esdoc.json",
    "jasmine": "jasmine-node spec --color --verbose --autotest --watch src --watch spec",
    "prebulish": "rollup -c",
    "test": "jasmine-node spec"
  },
  "author": "rob@hixfamily.org",
  "license": "MIT",
  "devDependencies": {
    "esdoc": "^1.0.4",
    "jasmine": "^3.1.0",
    "jasmine-node": "^1.14.5",
    "jasmine-spec-reporter": "^4.2.1",
    "nock": "^9.2.3",
    "reify": "^0.15.1",
    "rollup": "^0.57.1",
    "rollup-plugin-babel": "^3.0.3",
    "rollup-plugin-buble": "^0.19.2",
    "rollup-plugin-json": "^2.3.0",
    "rollup-plugin-node-resolve": "^3.3.0",
    "rollup-plugin-uglify-es": "https://github.com/robhicks/rollup-plugin-uglify-es",
    "rollup-watch": "^4.3.1"
  },
  "dependencies": {
    "tiny-uri": "^4.0.7"
  }
}
