{
  "name": "lil-uri",
  "description": "Tiny URI parser and builder with chainable API",
  "version": "0.3.1",
  "license": "MIT",
  "repository": "lil-js/uri",
  "author": "Tomas Aparicio",
  "main": "./uri.js",
  "keywords": [
    "lil",
    "tiny",
    "micro",
    "uri",
    "url",
    "parse",
    "schema",
    "host",
    "parser",
    "builder"
  ],
  "ignore": [
    "**/.*",
    ".*",
    "*.md",
    "*.sh",
    "test",
    "Makefile",
    ".editorconfig",
    ".gitignore",
    ".travis.yml",
    ".npmignore",
    "package.json"
  ]
}
