{
  "name": "human-model",
  "version": "2.6.2",
  "author": "Henrik Joreteg <henrik@andyet.net>",
  "repository": {
    "type": "git",
    "url": "https://github.com/henrikjoreteg/human-model.git"
  },
  "dependencies": {
    "backbone": "1.0.0",
    "underscore": "1.5.1"
  },
  "devDependencies": {
    "precommit-hook": "0.3.8",
    "uglify-js": "2.4.0"
  },
  "scripts": {
    "build": "node build.js",
    "test": "npm run build && open ./test/index.html"
  },
  "main": "./human-model.js",
  "browser": "./human-model.js"
}
