{
  "name": "cjson",
  "description": "cjson - Commented JavaScript Object Notation. It is a json loader, which parses only valid json files, but with comments enabled. Useful for loading configs.",
  "version": "0.3.3",
  "repository": "git://github.com/kof/node-cjson.git",
  "keywords": [
    "json",
    "parser",
    "comments",
    "config",
    "loader"
  ],
  "author": "Oleg Slobodskoi <oleg008@gmail.com>",
  "engines": {
    "node": ">= 0.3.0"
  },
  "dependencies": {
    "json-parse-helpfulerror": "^1.0.3"
  },
  "scripts": {
    "test": "node ./test/test.js"
  },
  "license": "MIT"
}
