Initial commit

This commit is contained in:
2016-04-14 05:46:04 +01:00
commit 22af9288e2
3 changed files with 53 additions and 0 deletions

14
package.json Normal file
View File

@@ -0,0 +1,14 @@
{
"name": "corsproxy",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "MIT",
"dependencies": {
"request": "^2.71.0"
}
}