Skip to content
Snippets Groups Projects
package.json 839 B
Newer Older
  • Learn to ignore specific revisions
  • {
      "name": "tiny-worker",
    
      "version": "2.0.3",
    
      "description": "Tiny WebWorker for Server",
    
    Jason Mulligan's avatar
    Jason Mulligan committed
      "main": "lib/index.js",
    
      "scripts": {
        "test": "grunt test"
      },
      "repository": {
        "type": "git",
        "url": "https://github.com/avoidwork/tiny-worker.git"
      },
      "keywords": [
    
    Jason Mulligan's avatar
    Jason Mulligan committed
        "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": {
    
      "dependencies": {}