initial checkin

This commit is contained in:
Joe
2017-02-07 12:48:17 -06:00
commit ded9ee7060
5 changed files with 634 additions and 0 deletions

19
package.json Normal file
View File

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