{
  "name": "easy-ssm",
  "version": "1.2.5",
  "description": "aws-sdk-js wrapper. You can use Amazon SSM Run Command (Mainly AWS-RunShellScript) easily.",
  "main": "lib/easy-ssm.js",
  "bin": {
    "easyssm": "lib/bin/easyssm.js"
  },
  "scripts": {
    "compile": "babel --presets es2015,stage-3 --plugins add-module-exports -d lib/ src/",
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/yayugu/node-easy-ssm.git"
  },
  "keywords": [
    "SSM",
    "Amazon",
    "Simple Systems Management",
    "Simple Systems Management Service",
    "AWS"
  ],
  "author": "Yuya YAGUCHI (yayugu)",
  "license": "ISC",
  "bugs": {
    "url": "https://github.com/yayugu/node-easy-ssm/issues"
  },
  "homepage": "https://github.com/yayugu/node-easy-ssm#readme",
  "devDependencies": {
    "babel-cli": "6.x.x",
    "babel-plugin-add-module-exports": "0.2.x",
    "babel-preset-es2015": "6.x.x",
    "babel-preset-stage-3": "6.x.x"
  },
  "dependencies": {
    "aws-sdk": "2.x.x",
    "babel-polyfill": "6.13.0",
    "commander": "2.x.x"
  }
}
