isobmff-inspector
Version:
Simple ISOBMFF parser, compatible with JavaScript and Node.JS
34 lines (33 loc) • 821 B
JSON
{
"name": "isobmff-inspector",
"version": "0.2.2",
"description": "Simple ISOBMFF parser, compatible with JavaScript and Node.JS",
"main": "dist/bundle.js",
"scripts": {
"build": "rollup -c",
"lint": "eslint src/**/*.js"
},
"author": "peaberberian",
"license": "MIT",
"devDependencies": {
"@babel/core": "7.17.10",
"@babel/preset-env": "7.17.10",
"eslint": "8.14.0",
"rollup": "2.72.0",
"rollup-plugin-babel": "4.4.0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/peaBerberian/isobmff-inspector.git"
},
"keywords": [
"isobmff",
"parser",
"inspector",
"mp4"
],
"bugs": {
"url": "https://github.com/peaBerberian/isobmff-inspector/issues"
},
"homepage": "https://github.com/peaBerberian/isobmff-inspector#readme"
}