{
  "name": "durable-json-lint",
  "description": "A Json Lint library that can parse and partially correct dirty Json.",
  "homepage": "https://github.com/freethenation/durable-json-lint",
  "repository":{
        "type": "git"
      , "url": "https://github.com/freethenation/durable-json-lint.git"
  },
  "version": "0.0.3",
  "private": false,
  "dependencies": {
    "free-falafel": "0.1.6",
    "esprima": "1.0.2"
  },
  "devDependencies": {
    "coffee-script":"1.3.3",
    "uglify-js":"2.2.2",
    "funcflow":">= 1.1.0",
    "deep-equal":">= 0.0.0",
    "snockets":"1.3.8",
    "underscore":"1.4.4"
  },
  "main":"index",
  "engines":{"node":">= 0.4.0"},
  "author": "Richard Klafter <rpklafter@yahoo.com>",
  "scripts": {
      "test":"cake -e build:full"
  },
  "keywords":["json","lint","durable","validation","coffeescript"]
}