22 lines
450 B
JSON
22 lines
450 B
JSON
{
|
|
"name": "easywsclient",
|
|
"version": "0.0.0",
|
|
"description": "",
|
|
"main": "",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git://github.com/dhbaird/easywsclient.git"
|
|
},
|
|
"author": "David Baird <dhbaird@gmail.com>",
|
|
"license": "MIT",
|
|
"bugs": {
|
|
"url": "https://github.com/dhbaird/easywsclient/issues"
|
|
},
|
|
"dependencies": {
|
|
"ws": "~0.4.31"
|
|
}
|
|
}
|