{
  "name": "csv-to-object",
  "version": "0.0.1",
  "description": "Read a dilimted data file and turn it into a javascript object",
  "main": "main.js",
  "scripts": {
    "test": "node main.js; exit 0"
  },
  "repository": {
    "type": "git",
    "url": "git://github.com/ericwooley/svToObject.git"
  },
  "keywords": [
    "csv",
    "object",
    "read"
  ],
  "author": "Eric Wooley",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/ericwooley/svToObject/issues"
  },
  "homepage": "https://github.com/ericwooley/svToObject",
  "dependencies": {
    "underscore": "~1.6.0"
  }
}
