{
  "name": "is-async-supported",
  "version": "1.2.0",
  "description": "Check if async/await is available",
  "main": "index.js",
  "files": [
    "index.js"
  ],
  "repository": "timneutkens/is-async-supported",
  "author": "Tim Neutkens",
  "license": "MIT",
  "scripts": {
    "test": "jest"
  },
  "devDependencies": {
    "jest": "^18.0.0",
    "shelljs": "^0.7.5"
  }
}
