{
  "name": "videostream-mp4box",
  "version": "0.1.0",
  "description": "JavaScript version of GPAC's MP4Box tool",
  "keywords": [
    "mp4",
    "MSE",
    "streaming"
  ],
  "homepage": "https://github.com/gpac/mp4box.js",
  "main": "src/mp4box.js",
  "repository": {
    "type": "git",
    "url": "https://github.com/gpac/mp4box.js.git"
  },
  "bugs": {
    "url": "https://github.com/gpac/mp4box.js/issues"
  },
  "author": {
    "name": "Cyril Concolato",
    "email": "cyril.concolato@telecom-paristech.fr",
    "url": "http://concolato.wp.mines-telecom.fr/"
  },
  "licenses": [
    {
      "type": "BSD-3-Clause",
      "url": "https://github.com/gpac/mp4box.js/blob/master/LICENSE"
    }
  ],
  "devDependencies": {
    "grunt-contrib-concat": "^0.5.0",
    "grunt-contrib-connect": "^0.8.0",
    "grunt-contrib-jshint": "^0.10.0",
    "grunt-contrib-qunit": "^0.5.2",
    "grunt-contrib-uglify": "^0.6.0",
    "grunt-contrib-watch": "^0.6.1",
    "qunitjs": "^1.15.0"
  },
  "scripts": {
    "test": "grunt --verbose"
  }
}
