UNPKG

socket.io-jstrace

Version:
42 lines (41 loc) 1.03 kB
{ "name": "socket.io-jstrace", "version": "0.0.2", "description": "jstrace middleware for socket.io", "main": "index.js", "dependencies": {}, "license": "MIT", "scripts": { "test": "mocha -R list", "cover": "mocha -R json-cov -r blanket | jostle", "circle": "mkdir -p $CIRCLE_ARTIFACTS && mocha -R html-cov -r blanket > $CIRCLE_ARTIFACTS/coverage.html" }, "keywords": [ "socket.io", "middleware", "jstrace", "trace" ], "author": "Evan Lucas <evanlucas@me.com>", "repository": { "type": "git", "url": "https://github.com/evanlucas/socket.io-jstrace" }, "homepage": "https://github.com/evanlucas/socket.io-jstrace", "bugs": { "url": "https://github.com/evanlucas/socket.io-jstrace/issues" }, "config": { "blanket": { "pattern": "index.js", "data-cover-never": "node_modules" } }, "devDependencies": { "blanket": "~1.1.6", "jostle": "~0.1.1", "mocha": "~1.20.1", "should": "~4.0.1", "socket.io": "~1.0.4" } }