{
  "name": "device-specs",
  "version": "1.0.1",
  "description": "A list of devices that can be emulated using Chrome DevTools.",
  "main": "index.js",
  "scripts": {
    "test": "echo No tests yet ;-)",
    "update": "node update.js"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/DevExpress/device-specs.git"
  },
  "keywords": [
    "devtools",
    "chrome",
    "emulation",
    "devices",
    "list"
  ],
  "author": "AndreyBelym",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/DevExpress/device-specs/issues"
  },
  "homepage": "https://github.com/DevExpress/device-specs#readme",
  "devDependencies": {
    "request": "^2.81.0",
    "request-promise": "^4.2.0"
  }
}