{
  "name": "browser-model",
  "version": "0.4.4",
  "keywords": [
    "model",
    "storage",
    "redux",
    "browser",
    "browsermodel",
    "angular",
    "ng",
    "ngx"
  ],
  "description": "Easy Model Storage for frontend development",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "directories": {
    "lib": "lib"
  },
  "scripts": {
    "prepublush": "npm run build",
    "test": "echo \"Error: no test specified\" && exit 1",
    "build": "tsc"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/brianalois/Frontend-Model.git"
  },
  "author": "Brian Alois <brian@orangetech.io> (orangetech.io)",
  "license": "ISC",
  "dependencies": {
    "@types/lodash.get": "^4.4.3",
    "@types/underscore": "^1.8.7",
    "lodash.get": "^4.4.2",
    "underscore": "^1.8.3"
  },
  "devDependencies": {
    "typescript": "^2.7.1"
  }
}
