{
  "author": "CircuitHub <developers@circuithub.com> (circuithub.com)",
  "name": "objects",
  "description": "Simple objects' utilities for Node.js",
  "version": "0.3.0",
  "repository": {
    "type": "git",
    "url": "git://github.com/circuithub/node-files.git"
  },
  "main": "./index.coffee",
  "dependencies": {
    "coffee-script": ">=1.3.3",
    "underscore": ">=1.3.3",
    "underscore.string": "git+https://github.com/epeli/underscore.string.git#master",
    "objectdiff": ">=1.0.0"
  },
  "devDependencies": {
    "mocha": ">=1.2.1",
    "should": ">=0.6.3"
  },
  "optionalDependencies": {},
  "engines": {
    "node": "*"
  }
}
