15 lines
260 B
JSON
15 lines
260 B
JSON
{
|
|
"name": "wstest",
|
|
"version": "1.0.0",
|
|
"description": "None",
|
|
"main": "app.js",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"author": "star",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"websocket": "^1.0.34"
|
|
}
|
|
}
|