{ "name": "libwebrtc-src", "version": "0.0.1-rc.4", "description": "libwebrtc source code", "main": "index.js", "config": { "filename": "libwebrtc-{VERSION}-{PLATFORM}-{ARCH}", "url": "https://github.com/aisouard/libwebrtc/releases/download" }, "scripts": { "install": "node index.js", "test": "echo \"Error: no test specified\" && exit 1" }, "repository": { "type": "git", "url": "https://github.com/aisouard/libwebrtc" }, "author": "Axel Isouard ", "license": "MIT", "dependencies": { "download": "^5.0.2", "fs-extra": "^0.30.0", "npm": "^3.10.8" } }