{
  "name": "babel-plugin-shield",
  "version": "1.0.0",
  "description": "A babel plugin to shield code against undefined properties",
  "main": "dist/index.js",
  "scripts": {
    "test": "mocha",
    "build": "babel src --presets babel-preset-es2015 --out-dir dist && npm test"
  },
  "keywords": [
    "babel",
    "plugin",
    "undefined",
    "javscript",
    "shield"
  ],
  "author": "Prashant Agrawal",
  "license": "MIT",
  "devDependencies": {
    "babel-cli": "^6.18.0",
    "babel-core": "^6.18.2",
    "babel-preset-es2015": "^6.18.0",
    "chai": "^3.5.0",
    "mocha": "^3.1.2"
  }
}
