{
  "name": "build-house",
  "version": "0.1.0",
  "description": "Step by step instructions for how to build a house",
  "main": "build-house.js",
  "dependencies": {
    "module-library": "*",
    "web-site": "*",
    "browser-bridge": "*",
    "web-element": "*",
    "house-plan": "*",
    "tell-the-universe": "*",
    "make-request": "*",
    "basic-styles": "*",
    "house-panels": "*",
    "building-materials": "*",
    "web-host": "*"
  },
  "scripts": {
    "start": "env $(cat CREDENTIALS | xargs) node demo",
    "debug": "env $(cat CREDENTIALS | xargs) node debug demo"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/erikpukinskis/build-house.git"
  }
}
