{
  "name": "smart-obj",
  "version": "1.0.1",
  "description": "Custom object that lets you define default values and value checkers.",
  "keywords": [
    "javascript",
    "smart-obj"
  ],
  "homepage": "https://github.com/D-Mobilelab/smart-obj",
  "bugs": {
    "url": "https://github.com/D-Mobilelab/smart-obj/issues"
  },
  "license": "MIT",
  "contributors": [
    {
      "name": "Fabio Fognani",
      "email": "fabio.fognani@buongiorno.com"
    }
  ],
  "repository": {
    "type": "git",
    "url": "git://github.com/D-Mobilelab/smart-obj.git"
  },
  "main": "src/main.js",
  "scripts": {},
  "dependencies": {},
  "devDependencies": {
    "dml-js-boilerplate": "~2.0.2"
  },
  "engines": {
    "node": "0.10.25"
  },
  "private": false,
  "browserify": {
    "src": "main.js",
    "dist": "dist.js",
    "global": "SmartObj"
  }
}
