{
  "name": "libyaml",
  "version": "0.2.5",
  "description": "Bindings to libYAML",

  "homepage": "http://github.com/stephank/yaml.node",
  "repository": {
    "type": "git",
    "url": "http://github.com/stephank/yaml.node.git"
  },
  "author": {
    "name": "Stéphan Kochen",
    "email": "stephan@kochen.nl",
    "url": "http://stephan.kochen.nl/"
  },

  "engines": {
    "node": ">=0.8.0"
  },
  "dependencies": {},
  "devDependencies": {
    "underscore": "1",
    "tap": "0.4"
  },

  "scripts": {
    "test": "tap ./tests/*.js"
  },

  "main": "./index.js"
}
