Add "testserver" target to Makefile.
This commit is contained in:
@@ -0,0 +1,21 @@
|
||||
{
|
||||
"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"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user