UNPKG

puff-screeny

Version:

Node.js cross platform desktop sharing addon

48 lines (47 loc) 1.31 kB
{ "name": "puff-screeny", "version": "0.4.3", "description": "Node.js cross platform desktop sharing addon", "main": "index.js", "scripts": { "autogypi": "autogypi", "node-gyp": "node-gyp", "emcc-path": "emcc-path", "copyasm": "copyasm", "ndts": "ndts", "install": "node build.js && autogypi --init-gyp -p nbind -s src/**/*.cc -I build-tool.json && node-pre-gyp install --fallback-to-build", "test": "echo \"Error: no test specified\" && exit 1" }, "repository": { "type": "git", "url": "git+https://github.com/async3619/puff-screeny.git" }, "binary": { "module_name": "nbind", "module_path": "build/{configuration}", "host": "https://github.com/async3619/puff-screeny/releases/download/{version}" }, "keywords": [ "screen-sharing" ], "author": "TerNer (async3619@naver.com)", "license": "MIT", "bugs": { "url": "https://github.com/async3619/puff-screeny/issues" }, "homepage": "https://github.com/async3619/puff-screeny#readme", "dependencies": { "autogypi": "^0.2.2", "nan": "^2.5.1", "nbind": "^0.3.9", "node-cmd": "^3.0.0", "node-gyp": "^3.6.0", "node-pre-gyp": "^0.6.34" }, "bundledDependencies": [ "node-pre-gyp" ], "devDependencies": { "node-pre-gyp-github": "^1.3.1" } }