{
  "name": "utile",
  "description": "A drop-in replacement for `util` with some additional advantageous functions",
  "version": "0.2.1",
  "author": "Nodejitsu Inc. <info@nodejitsu.com>",
  "maintainers": [
    "indexzero <charlie@nodejitsu.com>"
  ],
  "repository": {
    "type": "git",
    "url": "http://github.com/flatiron/utile.git"
  },
  "dependencies": {
    "async": "~0.2.9",
    "deep-equal": "*",
    "i": "0.3.x",
    "mkdirp": "0.x.x",
    "ncp": "0.4.x",
    "rimraf": "2.x.x"
  },
  "devDependencies": {
    "vows": "0.7.x"
  },
  "scripts": {
    "test": "vows --spec"
  },
  "main": "./lib/index",
  "engines": {
    "node": ">= 0.6.4"
  }
}

