libwebrtc/package.json
2017-02-12 09:48:41 +01:00

25 lines
634 B
JSON

{
"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 <axel@isouard.fr>",
"license": "MIT",
"dependencies": {
"download": "^5.0.2",
"fs-extra": "^0.30.0",
"npm": "^3.10.8"
}
}