mirror of
https://github.com/raz-varren/sacrificial-socket.git
synced 2025-12-24 12:38:09 +08:00
published client js to npm
This commit is contained in:
1
.gitignore
vendored
Normal file
1
.gitignore
vendored
Normal file
@@ -0,0 +1 @@
|
||||
/client/README.md
|
||||
15
client/package.json
Normal file
15
client/package.json
Normal 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"
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user