Update package.json, remove useless parameters

This commit is contained in:
Axel Isouard 2017-02-05 06:02:56 -08:00
parent 0bfeb679e9
commit f57ddc50c0
No known key found for this signature in database
GPG key ID: D30914735883C824

View file

@ -5,14 +5,7 @@
"main": "index.js", "main": "index.js",
"config": { "config": {
"filename": "libwebrtc-{VERSION}-{PLATFORM}-{ARCH}", "filename": "libwebrtc-{VERSION}-{PLATFORM}-{ARCH}",
"url": "https://github.com/aisouard/libwebrtc/releases/download", "url": "https://github.com/aisouard/libwebrtc/releases/download"
"webrtc": {
"url": "https://chromium.googlesource.com/external/webrtc.git",
"revision": "7502401788fcba5c9f81a9e4701e2f0831e78698"
},
"chromium": {
"url": "https://github.com/aisouard/libwebrtc-chromium-deps.git"
}
}, },
"scripts": { "scripts": {
"install": "jake", "install": "jake",
@ -20,7 +13,7 @@
}, },
"repository": { "repository": {
"type": "git", "type": "git",
"url": "https://github.com//aisouard/libwebrtc" "url": "https://github.com/aisouard/libwebrtc"
}, },
"author": "Axel Isouard <axel@isouard.fr>", "author": "Axel Isouard <axel@isouard.fr>",
"license": "MIT", "license": "MIT",