Add "testserver" target to Makefile.

This commit is contained in:
David Baird
2013-09-27 14:25:29 -06:00
parent d82fb91436
commit 7064856023
2 changed files with 26 additions and 1 deletions
+21
View File
@@ -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"
}
}