UNPKG

560 BJSONView Raw
1{
2 "name": "uri-template-lite",
3 "version": "20.5.0",
4 "license": "MIT",
5 "author": "Lauri Rooden <lauri@rooden.ee>",
6 "description": "URI Template [RFC 6570] expansion and extraction",
7 "keywords": [
8 "uri",
9 "url",
10 "template",
11 "uri-template",
12 "rfc6570",
13 "litejs"
14 ],
15 "main": "index.js",
16 "files": [
17 "index.js"
18 ],
19 "repository": "git://github.com/litejs/uri-template-lite.git",
20 "bugs": {
21 "url": "https://github.com/litejs/uri-template-lite/issues"
22 },
23 "litejs": {
24 "build": [
25 "-r index.js"
26 ]
27 }
28}