{
  "author": "mrgamer",
  "name": "angular-media-player",
  "description": "AngularJS Directive that wraps <audio> or <video> tag exposing methods and properties to manipulate your player",
  "version": "0.5.8",
  "homepage": "https://github.com/mrgamer/angular-media-player",
  "repository": {
    "type": "git",
    "url": "https://github.com/mrgamer/angular-media-player.git"
  },
  "keywords": [
    "angular",
    "angular.js",
    "angularjs",
    "audio",
    "video",
    "media",
    "player",
    "playlist"
  ],
  "license": "MIT",
  "scripts": {
    "test": "node_modules/karma/bin/karma start --single-run"
  },
  "devDependencies": {
    "grunt": "latest",
    "grunt-contrib-copy": "*",
    "grunt-contrib-uglify": "*",
    "grunt-contrib-watch": "*",
    "grunt-contrib-concat": "*",
    "grunt-contrib-connect": "*",
    "grunt-contrib-clean": "*",
    "highlight.js": "^8.0.0",
    "grunt-swig": "git://github.com/mrgamer/grunt-swig",
    "swig-highlight": "^0.2.0",
    "karma": "^0.12.2",
    "karma-firefox-launcher": "^0.1.3",
    "karma-mocha": "^0.1.3",
    "mocha": "^1.18.2",
    "karma-chai": "^0.1.0",
    "chai": "^1.9.1",
    "swig-marked": "0.0.1"
  }
}
