jedmao/iso-http

View on GitHub
bower.json

Summary

Maintainability
Test Coverage
{
  "name": "iso-http",
  "version": "0.0.5",
  "homepage": "https://github.com/jedmao/iso-http",
  "authors": [
    "Jed Mao <jedmao@outlook.com>"
  ],
  "description": "An HTTP request library that enables isomorphic applications.",
  "main": "dist/iso-http.js",
  "moduleType": [
    "node"
  ],
  "keywords": [
    "http",
    "request",
    "isomorphic",
    "ajax",
    "browser"
  ],
  "license": "MIT",
  "ignore": [
    "**/.*",
    "node_modules",
    "bower_components"
  ],
  "devDependencies": {
    "dt-jasmine": "~2.0.0",
    "dt-node": "https://github.com/jedmao/dt-node.git#~0.11.13"
  }
}