{
  "name": "toml-parser",
  "version": "0.0.7",
  "description": "A TOML parser for node.js",
  "main": "toml.js",
  "scripts": {
    "test": "cd test && node test.js"
  },
  "files": [
    "lib",
    "lib/toml.json",
    "toml",
    "toml.js"
  ],
  "repository": {
    "type": "git",
    "url": "git://github.com/aaronblohowiak/toml.git"
  },
  "author": "",
  "license": "BSD"
}
