{
  "name": "ice-ismds-plugin",
  "version": "1.7.0",
  "main": [
    "dist/js/ice.availability.plugin.min.js"
  ],
  "author": {
    "name": "<name of team>",
    "email": "<team email>",
    "url": "<team confluence page>"
  },
  "licenses": [
    {
      "type": "Ticketmaster Terms of Use",
      "url": "http://www.ticketmaster.com/h/terms.html"
    }
  ],
  "copyrights": [
    {
      "name": "Ticketmaster - Live Nation Entertainment",
      "year": "2014"
    }
  ],
  "bugs": "https://contegixapp1.livenation.com/jira/browse/ISMW",
  "homepage": "https://contegixapp1.livenation.com/confluence/display/ISM/ISM+Viewers",
  "description": "<description>",
  "private": true,
  "ignore": [
    "**/.*",
    "node_modules",
    "bower_components",
    "build",
    "test",
    "tests"
  ],
  "devDependencies": {
    "ice-core": "git@git.tm.tmcs:ism/ice-core#3.52.0",
    "lodash": "~3.10.1"
  },
  "resolutions": {
    "lodash": "~3.10.1"
  }
}