{
  "name": "props",
  "description": "extract json/yaml from the beginning of text files",
  "author": "Paul Vorbach <paul@vorb.de> (http://vorb.de)",
  "version": "0.3.0",
  "main": "./props.js",
  "repository": {
    "type": "git",
    "url": "git://github.com/pvorb/node-props.git"
  },
  "tags": [
    "parser",
    "properties",
    "json",
    "yaml",
    "jsml"
  ],
  "bugs": {
    "url": "http://github.com/pvorb/node-props/issues"
  },
  "dependencies": {
    "js-yaml": ">=0.3.5 <1.1.0",
    "jsml": "<0.1.0"
  },
  "devDependencies": {},
  "engines": {
    "node": "*"
  },
  "optionalDependencies": {}
}
