{
  "name": "smart-obj",
  "description": "Custom object that lets you define default values and value checkers.",
  "main": [
    "dist/dist.js"
  ],
  "moduleType": [
    "globals"
  ],
  "license": "MIT",
  "ignore": [
    "**/*",
    "!dist/**/*",
    "!src/**/*",
    "!CHANGELOG",
    "!README.md",
    "!bower.json"
  ],
  "keywords": [
    "javascript",
    "smart-object"
  ],
  "authors": [
    { "name": "Fabio Fognani", "email": "fabio.fognani@buongiorno.com" }
  ],
  "homepage": "https://github.com/D-Mobilelab/smart-obj",
  "repository": {
    "type": "git",
    "url": "git://github.com/D-Mobilelab/smart-obj.git"
  },
  "dependencies": {},
  "devDependencies": {},
  "private": false
}
