{
  "name": "doiuse",
  "version": "3.0.1",
  "description": "Lint CSS for browser support against caniuse database.",
  "main": "lib/doiuse.js",
  "scripts": {
    "test": "standard && tape test/*.js",
    "babel": "babel -d lib/ src/",
    "pretest": "npm run babel",
    "prepublish": "npm run babel"
  },
  "bin": "./cli.js",
  "repository": {
    "type": "git",
    "url": "https://github.com/anandthakker/doiuse.git"
  },
  "keywords": [
    "lint",
    "css",
    "browser",
    "support"
  ],
  "author": "Anand Thakker",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/anandthakker/doiuse/issues"
  },
  "homepage": "https://github.com/anandthakker/doiuse",
  "dependencies": {
    "browserslist": "^2.1.2",
    "caniuse-lite": "^1.0.30000669",
    "css-rule-stream": "^1.1.0",
    "duplexer2": "0.0.2",
    "jsonfilter": "^1.1.2",
    "ldjson-stream": "^1.2.1",
    "lodash": "^4.0.0",
    "multimatch": "^2.0.0",
    "postcss": "^6.0.1",
    "source-map": "^0.5.6",
    "through2": "^0.6.3",
    "yargs": "^8.0.1"
  },
  "devDependencies": {
    "babel": "^5.2.13",
    "mock-fs": "^4.3.0",
    "postcss-import": "^10.0.0",
    "standard": "^8.1.0",
    "tape": "^4.0.0"
  },
  "standard": {
    "ignore": [
      "data/*.js"
    ]
  }
}
