aboutsummaryrefslogtreecommitdiff
path: root/node_modules/tiny-worker/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'node_modules/tiny-worker/package.json')
-rw-r--r--node_modules/tiny-worker/package.json35
1 files changed, 0 insertions, 35 deletions
diff --git a/node_modules/tiny-worker/package.json b/node_modules/tiny-worker/package.json
deleted file mode 100644
index 1176ef946..000000000
--- a/node_modules/tiny-worker/package.json
+++ /dev/null
@@ -1,35 +0,0 @@
-{
- "name": "tiny-worker",
- "version": "2.1.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-preset-es2015": "~6.22.0",
- "grunt": "~1.0.1",
- "grunt-babel": "~6.0.0",
- "grunt-cli": "~1.2.0",
- "grunt-contrib-nodeunit": "~1.0.0",
- "grunt-contrib-watch": "~1.0.0",
- "grunt-eslint": "~19.0.0"
- },
- "dependencies": {}
-}