mirror of
https://github.com/UltraCoderRU/libwebrtc.git
synced 2026-01-28 03:15:11 +00:00
Remove Javascript and node-related files
This commit is contained in:
parent
1588d232cd
commit
54b08c7c27
3 changed files with 0 additions and 27 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
|
@ -2,6 +2,5 @@
|
||||||
/out/
|
/out/
|
||||||
/.idea/
|
/.idea/
|
||||||
*.gclient
|
*.gclient
|
||||||
/node_modules/
|
|
||||||
*.gclient_entries
|
*.gclient_entries
|
||||||
/cmake-build-debug/
|
/cmake-build-debug/
|
||||||
|
|
|
||||||
1
index.js
1
index.js
|
|
@ -1 +0,0 @@
|
||||||
console.log(require('path').relative('.', __dirname));
|
|
||||||
25
package.json
25
package.json
|
|
@ -1,25 +0,0 @@
|
||||||
{
|
|
||||||
"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"
|
|
||||||
}
|
|
||||||
}
|
|
||||||
Loading…
Add table
Reference in a new issue