shuto-S/realm-model

View on GitHub
package.json

Summary

Maintainability
Test Coverage
{
  "name": "realm-model",
  "version": "1.0.0",
  "description": "",
  "main": "index.js",
  "dependencies": {
    "realm": "^1.0.2"
  },
  "devDependencies": {
    "del": "^2.2.2",
    "istanbul": "^0.4.5",
    "mocha": "^3.2.0"
  },
  "scripts": {
    "test": "istanbul cover _mocha"
  },
  "repository": {
    "type": "git",
    "url": "git+ssh://git@github.com/shuto-S/realm-model.git"
  },
  "keywords": [
    "realm"
  ],
  "author": "shuto-S",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/shuto-S/realm-model/issues"
  },
  "homepage": "https://github.com/shuto-S/realm-model#readme"
}