UNPKG

mpv.js-bumped

Version:
48 lines (47 loc) 1.45 kB
{ "name": "mpv.js-bumped", "version": "0.0.2", "description": "mpv pepper plugin", "main": "index.js", "_from": "", "scripts": { "install": "prebuild-install -t 1.0.0 || node-gyp rebuild", "test": "eslint .", "example": "electron example", "use-system-ffmpeg": "gcc -Wl,--no-as-needed -shared -lavformat -o node_modules/electron/dist/libffmpeg.so", "prebuild-win": "rd /s /q prebuilds & prebuild -t 1.0.0 -a ia32 && prebuild -t 1.0.0 -a x64", "prebuild-posix": "rm -rf prebuilds && prebuild -t 1.0.0 -a x64 --strip", "collect-prebuilds": "npm run prebuild-posix && cd prebuilds && cp ${MPVJS_WIN_PREBUILDS}/* . && cp ${MPVJS_MAC_PREBUILDS}/* . && perl-rename \"s/v\\d+\\.\\d+\\.\\d+/v${npm_package_version}/\" *" }, "repository": { "type": "git", "url": "git+https://github.com/Kagami/mpv.js.git" }, "keywords": [ "mpv", "pepper", "ppapi", "electron", "nw.js", "video", "player" ], "author": "Kagami Hiiragi", "license": "CC0-1.0", "homepage": "https://github.com/Kagami/mpv.js#readme", "bugs": { "url": "https://github.com/Kagami/mpv.js/issues" }, "dependencies": { "prebuild-install": "^5.0.0", "prop-types": "^15.6.2" }, "devDependencies": { "babel-standalone": "^6.26.0", "electron": "^1.8.8", "electron-debug": "^2.0.0", "eslint": "^5.2.0", "eslint-plugin-react": "^7.10.0", "prebuild": "^10.0.0" } }