{
  "name": "mp4box-vg",
  "version": "0.3.16-vg2",
  "description": "JavaScript version of GPAC's MP4Box tool with some QuickTime features support and bugfixes.",
  "keywords": [
    "mp4",
    "HTML 5 media",
    "Media Source Extension",
    "streaming"
  ],
  "homepage": "https://github.com/chugai/mp4box.js/tree/vg",
  "main": "dist/mp4box-vg.all.js",
  "repository": {
    "type": "git",
    "url": "git@github.com:chugai/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/"
  },
  "license": "BSD-3-Clause",
  "devDependencies": {
    "grunt": "^0.4.5",
    "grunt-bump": "^0.3.1",
    "grunt-contrib-concat": "^0.5.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",
    "grunt-karma": "^0.11.0",
    "grunt-karma-coveralls": "^2.5.4",
    "karma": "^0.12.35",
    "karma-chrome-launcher": "^0.1.12",
    "karma-coverage": "^0.5.5",
    "karma-firefox-launcher": "^0.1.6",
    "karma-qunit": "^0.1.4",
    "qunitjs": "^1.23.0"
  },
  "scripts": {
    "test": "grunt test --verbose"
  }
}
