add simple fuzz test

This commit is contained in:
Asraelite 2016-03-27 20:26:53 +01:00
parent 0a90b6b77a
commit 27520842e3
59 changed files with 191 additions and 34 deletions

View file

@ -9,6 +9,7 @@
},
"private": true,
"scripts": {
"start": "node index.js",
"test": "node test.js"
},
"author": "Markus Scully <markusscully@gmail.com>",
@ -17,9 +18,11 @@
"box2d-html5": "^0.1.230",
"colors": "^1.1.2",
"express": "^4.13.4",
"jade": "^1.11.0",
"poly-decomp": "git://github.com/schteppe/poly-decomp.js.git",
"recursive-readdir": "^1.3.0",
"socket.io": "^1.4.5",
"socket.io-client": "^1.4.5",
"uglify-js": "^2.6.2",
"uuid": "^2.0.1"
}