{
  "name": "handy",
  "description": "Common utility functions",
  "homepage": "https://github.com/openmason/handy",
  "version": "0.0.13",
  "author": "el aras <openmason@gmail.com>",
  "dependencies": {
  },
  "devDependencies": {
    "mocha"            : ">= 1.6.0",
    "should"           : ">= 1.2.0"
  },
  "keywords": ["handy", "utilities", "utility", "belt"],
  "repository": {"type":"git", "url": "git://github.com/openmason/handy"},
  "main": "index",
  "scripts": { 
    "prepublish" : "npm prune",
    "test" : "make test" 
  },
  "engines": { "node":">= 0.8.0" }
}
