danielstocks/yak

View on GitHub
package.json

Summary

Maintainability
Test Coverage
{
  "name": "yak-orm",
  "version": "0.0.18",
  "description": "Yak is an ORM that maps REST resources to JavaScript models/collections",
  "main": "index.js",
  "scripts": {
    "test": "mocha"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/danielstocks/yak.git"
  },
  "keywords": [
    "ORM"
  ],
  "author": "Daniel Stocks",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/danielstocks/yak/issues"
  },
  "homepage": "https://webcloud.se/yak",
  "devDependencies": {
    "coveralls": "^2.11.4",
    "istanbul": "^0.3.21",
    "mocha": "^2.3.3",
    "nock": "^2.13.0",
    "restify": "^4.0.2",
    "rewire": "^2.3.4",
    "sinon": "^1.17.1"
  },
  "dependencies": {
    "isomorphic-fetch": "^2.2.1"
  }
}