{
  "_args": [
    [
      "object-hash@0.3.0",
      "/app"
    ]
  ],
  "_from": "object-hash@0.3.0",
  "_id": "object-hash@0.3.0",
  "_inBundle": false,
  "_integrity": "sha1-VIII5Ds2pE5NowutbFasU7iF50Q=",
  "_location": "/object-hash",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "object-hash@0.3.0",
    "name": "object-hash",
    "escapedName": "object-hash",
    "rawSpec": "0.3.0",
    "saveSpec": null,
    "fetchSpec": "0.3.0"
  },
  "_requiredBy": [
    "/machine"
  ],
  "_resolved": "https://registry.npmjs.org/object-hash/-/object-hash-0.3.0.tgz",
  "_spec": "0.3.0",
  "_where": "/app",
  "author": {
    "name": "Scott Puleo",
    "email": "puleos@gmail.com"
  },
  "bugs": {
    "url": "https://github.com/puleos/object-hash/issues"
  },
  "description": "Generate hashes from javascript objects in node and the browser.",
  "devDependencies": {
    "gulp": "~3.5.5",
    "gulp-browserify": "~0.4.6",
    "gulp-exec": "~1.0.4",
    "gulp-jshint": "~1.5.0",
    "gulp-rename": "~1.2.0",
    "gulp-uglify": "~0.2.1",
    "jshint-stylish": "~0.1.5",
    "tape": "~2.10.2"
  },
  "engines": {
    "node": ">= 0.8.0"
  },
  "homepage": "https://github.com/puleos/object-hash",
  "keywords": [
    "object",
    "hash",
    "sha1",
    "md5"
  ],
  "license": "MIT",
  "name": "object-hash",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/puleos/object-hash.git"
  },
  "scripts": {
    "test": "set -e; for t in test/*.js; do node $t; done"
  },
  "testling": {
    "files": "test/*.js",
    "browsers": [
      "ie/9..latest",
      "chrome/22..latest",
      "firefox/16..latest",
      "safari/latest",
      "opera/12.0..latest",
      "iphone/6",
      "ipad/6",
      "android-browser/latest"
    ]
  },
  "version": "0.3.0"
}
