Misc modification, especially however to add AllowOrigin * Header.

This commit is contained in:
webclip
2020-02-26 14:44:49 -05:00
parent 847478a845
commit 93f6261e7f
4 changed files with 114 additions and 7 deletions

View File

@@ -2,17 +2,17 @@
"name": "webclip",
"version": "1.0.0",
"description": "Web-Clipboard",
"main": "EventSource.js",
"main": "server.js",
"directories": {
"doc": "docs"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node server.js"
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "j.tretter@gmail.com",
"license": "ISC",
"dependencies": {
"autosize": "^3.0.20",
"q": "^1.4.1",
"querystring": "^0.2.0"
}