{
  "name": "docker-parse-image",
  "version": "3.0.1",
  "description": "Parse docker image urls",
  "main": "index.js",
  "dependencies": {},
  "devDependencies": {
    "tape": "^2.14.0"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/mafintosh/docker-parse-image.git"
  },
  "scripts": {
    "test": "tape test.js"
  },
  "author": "Mathias Buus (@mafintosh)",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/mafintosh/docker-parse-image/issues"
  },
  "homepage": "https://github.com/mafintosh/docker-parse-image",
  "keywords": [
    "docker",
    "parse",
    "image",
    "name",
    "url"
  ]
}
