{
  "name": "schemes",
  "version": "1.4.0",
  "description": "IANA Uniform Resource Identifier (URI) Schemes list, including crowd sourced unofficial ones",
  "main": "index.js",
  "scripts": {
    "test": "jshint . --exclude-path .gitignore",
    "build": "node tools/update-schemes.js",
    "travis": "npm run test && npm run build",
    "preversion": "npm run travis && git add lib"
  },
  "files": [
    "index.js",
    "lib"
  ],
  "repository": {
    "type": "git",
    "url": "git://github.com/Munter/schemes.git"
  },
  "keywords": [
    "iana",
    "uri",
    "url",
    "scheme",
    "schemes",
    "protocol",
    "protocols",
    "rfc"
  ],
  "author": "Peter Müller <munter@fumle.dk>",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/Munter/schemes/issues"
  },
  "homepage": "https://github.com/Munter/schemes",
  "devDependencies": {
    "chalk": "^1.1.3",
    "cheerio": "^0.22.0",
    "deep-equal": "^1.0.1",
    "jshint": "^2.9.2",
    "lodash.keyby": "^4.4.0",
    "simple-array-diff": "^1.1.0",
    "simple-get": "^2.2.0"
  },
  "dependencies": {
    "extend": "^3.0.0"
  }
}
