published client js to npm

This commit is contained in:
raz-varren
2017-07-05 21:09:45 +00:00
parent c6e9d0d97e
commit f2b08d4f68
2 changed files with 16 additions and 0 deletions

1
.gitignore vendored Normal file
View File

@@ -0,0 +1 @@
/client/README.md

15
client/package.json Normal file
View File

@@ -0,0 +1,15 @@
{
"name": "sacrificial-socket",
"version": "1.1.2",
"description": "Client javascript for use with the Sacrificial-Socket service",
"keywords": [
"websocket",
"client-side"
],
"homepage": "https://github.com/raz-varren/sacrificial-socket",
"license": "MIT",
"files": [
"sacrificial-socket.js",
"ng-ss.js"
]
}