Remove Javascript and node-related files

This commit is contained in:
Axel Isouard 2017-02-12 10:09:36 +01:00
parent 1588d232cd
commit 54b08c7c27
No known key found for this signature in database
GPG key ID: 4E64BB3EAAF31C29
3 changed files with 0 additions and 27 deletions

1
.gitignore vendored
View file

@ -2,6 +2,5 @@
/out/ /out/
/.idea/ /.idea/
*.gclient *.gclient
/node_modules/
*.gclient_entries *.gclient_entries
/cmake-build-debug/ /cmake-build-debug/

View file

@ -1 +0,0 @@
console.log(require('path').relative('.', __dirname));

View file

@ -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"
}
}