{
  "name": "chrome-version",
  "main": "index.js",
  "version": "1.0.1",
  "description": "Detect the current chrome version in the browser",
  "license": "MIT",
  "repository": "hanford/chrome-version",
  "author": {
    "name": "Jack Hanford",
    "email": "jackhanford@gmail.com",
    "url": "http://jackhanford.com"
  },
  "scripts": {
    "test": "standard && tape test.js"
  },
  "keywords": [
    "chrome",
    "version",
    "detect"
  ],
  "devDependencies": {
    "tape": "^4.0.0",
    "standard": "^4.0.0"
  },
  "files": [
    "index.js",
    "current.js"
  ],
  "dependencies": {}
}
