{
  "name": "ion-js-es5",
  "version": "2.1.4",
  "description": "ion-js build with ES5 output. Will be removed pending merge of PR #117.",
  "main": "dist/commonjs/es6/Ion.js",
  "types": "dist/commonjs/es6/Ion.d.ts",
  "browser": "dist/commonjs/es5/Ion.js",
  "scripts": {
    "commit": "git-cz",
    "test": "grunt test",
    "release": "grunt release",
    "semantic-release": "semantic-release pre && npm publish && semantic-release post"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/amzn/ion-js.git"
  },
  "keywords": [
    "ion",
    "JSON",
    "data format"
  ],
  "author": "The Ion Team <ion-team@amazon.com> (https://amzn.github.io/ion-docs/index.html)",
  "license": "Apache-2.0",
  "bugs": {
    "url": "https://github.com/amzn/ion-js/issues"
  },
  "homepage": "https://github.com/amzn/ion-js#readme",
  "config": {
    "commitizen": {
      "path": "node_modules/cz-conventional-changelog"
    }
  },
  "devDependencies": {
    "babel-cli": "^6.24.1",
    "babel-plugin-transform-object-assign": "^6.22.0",
    "babel-plugin-transform-runtime": "^6.23.0",
    "babel-polyfill": "^6.23.0",
    "babel-preset-es2015": "^6.24.1",
    "babelify": "^7.3.0",
    "commitizen": "^2.9.6",
    "cz-conventional-changelog": "^2.0.0",
    "grunt": "^1.0.1",
    "grunt-babel": "^6.0.0",
    "grunt-browserify": "^5.0.0",
    "grunt-cli": "^1.2.0",
    "grunt-contrib-clean": "^1.0.0",
    "grunt-contrib-copy": "^1.0.0",
    "grunt-contrib-jshint": "^1.0.0",
    "grunt-contrib-uglify": "^2.3.0",
    "grunt-ts": "^6.0.0-beta.17",
    "grunt-typedoc": "^0.2.4",
    "intern": "^3.4.1",
    "remap-istanbul": "^0.9.1",
    "semantic-release": "^6.3.6",
    "typedoc": "^0.8.0",
    "typescript": "^2.4.2"
  }
}
