aboutsummaryrefslogtreecommitdiff
path: root/node_modules/tiny-worker/package.json
blob: 1176ef9461fb7c8fd8679be45164b19226433d78 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
{
  "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": {}
}