UNPKG

mpv.js

Version:
53 lines (52 loc) 1.54 kB
{ "name": "mpv.js", "version": "0.3.0", "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": "^2.1.1", "prop-types": "^15.5.10" }, "peerDependencies": { "react": "^15.3.0" }, "devDependencies": { "babel-standalone": "^6.23.1", "electron": "^1.6.8", "electron-debug": "^1.1.0", "eslint": "^3.17.0", "eslint-plugin-react": "^6.10.0", "prebuild": "^6.1.0", "react": "^15.4.2", "react-dom": "^15.4.2" } }