bower.json

Summary

Maintainability
Test Coverage
{
  "name": "bock",
  "description": "Browser next-generation HTTP traffic mocking, proxy and request transformer using Service Worker",
  "version": "0.1.0-beta.1",
  "license": "MIT",
  "repository": "h2non/bock",
  "author": "Tomas Aparicio",
  "homepage": "https://github.com/h2non/bock",
  "keywords": [
    "serviceworker",
    "service",
    "worker",
    "http",
    "mock",
    "mocking",
    "intercetor",
    "background",
    "traffic",
    "cache",
    "proxy",
    "testing"
  ],
  "ignore": [
    "**/.*",
    ".*",
    "*.md",
    "test",
    "lib",
    "examples",
    "Makefile",
    "karma.conf.js",
    ".editorconfig",
    ".gitignore",
    ".travis.yml",
    ".npmignore",
    "package.json",
    "component.json"
  ],
  "devDependencies": {
    "lil-http": "~0.1.15"
  }
}