{ "name": "tiny-worker", "version": "1.0.1", "description": "Tiny WebWorker for Server", "main": "lib/index.js", "scripts": { "test": "grunt test" }, "repository": { "type": "git", "url": "https://github.com/avoidwork/tiny-worker.git" }, "keywords": [ "web", "worker", "ps", "webworker" ], "author": "Jason Mulligan <jason.mulligan@avoidwork.com>", "license": "BSD-3-Clause", "bugs": { "url": "https://github.com/avoidwork/tiny-worker/issues" }, "homepage": "https://github.com/avoidwork/tiny-worker", "devDependencies": { "babel-eslint": "^4.1.0", "grunt": "^0.4.5", "grunt-babel": "^5.0.0", "grunt-cli": "^0.1.13", "grunt-contrib-watch": "^0.6.1", "grunt-eslint": "^17.1.0" }, "dependencies": {} }