{
  "name": "to",
  "description": "load/convert between xml,json,yaml formats",
  "homepage": "https://github.com/openmason/to",
  "version": "0.2.9",
  "author": "el aras <openmason@gmail.com>",
  "dependencies": {
    "handy"        : ">= 0.0.11",
    "underscore"   : ">= 1.4.0",
    "js-yaml"      : ">= 1.0.2",
    "htmlparser"   : ">= 1.7.6",
    "optimist"     : ">= 0.3.5"
  },
  "devDependencies": {
    "mocha"            : ">= 1.6.0",
    "should"           : ">= 1.2.0"
  },
  "keywords": ["converter", "convertor", "json", "xml", "yaml"],
  "repository": {"type":"git", "url": "git://github.com/openmason/to"},
  "main": "index",
  "scripts": { 
    "prepublish" : "npm prune",
    "test" : "make test" 
  },
  "engines": { "node":">= 0.8.0" }
}
