{
  "name": "hapiest-vo",
  "version": "0.0.6",
  "description": "Extremely simple abstract class that can be used to create immutable Value Objects useful to pick up Intellisense while working in Node.js",
  "main": "index.js",
  "scripts": {
    "test": "NODE_ENV=test mocha ./test/"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/jonathan-fulton/hapiest-vo.git"
  },
  "keywords": [
    "hapi.js",
    "value",
    "object",
    "vo",
    "hapiest"
  ],
  "author": "Jonathan Fulton",
  "license": "ISC",
  "bugs": {
    "url": "https://github.com/jonathan-fulton/hapiest-vo/issues"
  },
  "homepage": "https://github.com/jonathan-fulton/hapiest-vo#readme",
  "dependencies": {
    "immutable": "^3.8.1",
    "lodash": "^4.12.0"
  },
  "devDependencies": {
    "should": "^8.3.1"
  }
}
