{
  "name": "caniuse-lite",
  "version": "1.0.30000694",
  "description": "A smaller version of caniuse-db, with only the essentials!",
  "main": "dist/unpacker/index.js",
  "scripts": {
    "prebundle": "webpack consumer.js bundle/index.js",
    "bundle": "gzip -9 -f bundle/index.js",
    "postbundle": "\\ls -lh bundle/*.gz | awk '{print \"Size:\", $5\"B\"}'",
    "prepublish": "del-cli dist && rollup -c rollup.config.js src/unpacker/index.js -o dist/unpacker/index.js",
    "pack": "del-cli data && babel-node src/packer/index.js",
    "test": "jest src"
  },
  "files": [
    "data",
    "dist"
  ],
  "keywords": [
    "support",
    "css",
    "js",
    "html5",
    "svg"
  ],
  "author": {
    "name": "Ben Briggs",
    "email": "beneb.info@gmail.com",
    "url": "http://beneb.info"
  },
  "repository": "ben-eb/caniuse-lite",
  "license": "CC-BY-4.0",
  "devDependencies": {
    "all-contributors-cli": "^3.0.7",
    "any-observable": "^0.2.0",
    "babel-cli": "^6.24.0",
    "babel-generator": "^6.21.0",
    "babel-preset-env": "^1.1.8",
    "babel-register": "^6.18.0",
    "babel-types": "^6.21.0",
    "bunyan": "^1.8.10",
    "caniuse-db": "1.0.30000694",
    "del-cli": "^0.2.1",
    "execa": "^0.6.3",
    "fecha": "^2.3.0",
    "gift": "^0.10.0",
    "got": "^6.7.1",
    "jest": "^19.0.2",
    "listr": "^0.11.0",
    "mdast-util-heading-range": "^2.0.1",
    "mz": "^2.6.0",
    "np": "^2.13.1",
    "remark": "^7.0.0",
    "rollup": "^0.41.4",
    "rollup-plugin-buble": "^0.15.0",
    "rollup-plugin-cleanup": "^1.0.0",
    "split": "^1.0.0",
    "stream-to-observable": "^0.2.0",
    "unist-builder": "^1.0.2",
    "webpack": "^2.0.0",
    "webpack-bundle-analyzer": "^2.0.0",
    "write-file-promise": "^1.0.0"
  },
  "babel": {
    "presets": [
      "env"
    ]
  }
}
