{
  "name": "ng-showdown",
  "version": "1.1.0",
  "description": "Official Showdown integration with AngularJS",
  "authors": [
    "Estevão Santos (https://github.com/tivie)",
    "SyntaxRules (https://github.com/SyntaxRules)"
  ],
  "repository": {
    "type": "git",
    "url": "https://github.com/showdownjs/ng-showdown.git",
    "web": "https://github.com/showdownjs/ng-showdown"
  },
  "license": "BSD-2-Clause",
  "main": "./dist/ng-showdown.js",
  "scripts": {
    "test": "grunt test"
  },
  "dependencies": {
    "angular": "^1.3.2",
    "showdown": "1.x",
    "angular-sanitize": "^1.3.2"
  },
  "devDependencies": {
    "angular-mocks": "^1.4.3",
    "chai": "^1.10.0",
    "grunt": "^0.4.5",
    "grunt-contrib-concat": "^0.5.0",
    "grunt-contrib-jshint": "^0.10.0",
    "grunt-contrib-uglify": "^0.6.0",
    "grunt-conventional-changelog": "^1.1.0",
    "grunt-jscs": "^1.2.0",
    "grunt-karma": "^0.11.2",
    "grunt-simple-mocha": "^0.4.0",
    "jscs": "^1.10.0",
    "karma": "^0.12.37",
    "karma-chai": "^0.1.0",
    "karma-coverage": "^0.4.2",
    "karma-mocha": "^0.2.0",
    "karma-phantomjs-launcher": "^0.2.0",
    "mocha": "*",
    "phantomjs": "^1.9.17",
    "should": "^4.4.2",
    "source-map-support": "^0.2.9"
  }
}
