okiba-gang/okiba

View on GitHub
packages/resource-loader/package.json

Summary

Maintainability
Test Coverage
{
  "name": "@okiba/resource-loader",
  "version": "0.1.25",
  "description": "Class to fetch resources, prefers a separate thread",
  "main": "./index.js",
  "keywords": [
    "okiba",
    "okibajs",
    "loader",
    "resource-loader",
    "generic",
    "resource",
    "web-worker",
    "worker"
  ],
  "repository": {
    "type": "git",
    "url": "git@github.com:okiba-gang/okiba.git"
  },
  "contributors": [
    "Vincent De Feo <vincent.defeo@caffeina.com> (http://ghzmdr.github.io/)",
    "Alberto Parziale <alberto.parziale@caffeina.com> (http://lavolpechevola.com/)"
  ],
  "dependencies": {
    "@okiba/worker-utils": "^0.1.25"
  },
  "license": "MIT",
  "gitHead": "e1860440adf360f32a6f3b04d332e198fbd93e2a"
}