mirror of
https://github.com/UltraCoderRU/libwebrtc.git
synced 2026-01-28 11:15:13 +00:00
26 lines
648 B
JSON
26 lines
648 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": "jake",
|
|
"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",
|
|
"jake": "^8.0.14",
|
|
"npm": "^3.10.8"
|
|
}
|
|
}
|