UNPKG

bento4-node

Version:

Installs bento4 executables as a node module and provides a path to the bin folder

37 lines (36 loc) 985 B
{ "name": "bento4-node", "version": "1.0.10", "description": "Installs bento4 executables as a node module and provides a path to the bin folder", "main": "./src/index.js", "scripts": { "test": "mocha ./src/**/*.spec.js", "lint": "esw .eslintrc.js src/ lib/ tests/ -w --fix --ignore-pattern !.eslintrc.js" }, "repository": { "type": "git", "url": "git+https://github.com/college-africa/bento4-node.git" }, "keywords": [ "bento4", "installer", "hls", "mpeg", "dash" ], "author": "Markus Daehn <markus.daehn@gmail.com>", "license": "ISC", "bugs": { "url": "https://github.com/college-africa/bento4-node/issues" }, "homepage": "https://github.com/college-africa/bento4-node", "devDependencies": { "eslint": "^3.19.0", "eslint-plugin-mocha": "^4.9.0", "eslint-plugin-prettier": "^2.0.1", "eslint-watch": "^3.1.0", "mocha": "^3.3.0", "prettier": "^1.2.2", "prettier-eslint": "^5.1.0" } }