{
  "name": "hocon-parser",
  "version": "1.0.1",
  "description": "This is a very basic [Hocon](https://github.com/typesafehub/config/blob/master/HOCON.md) parser written in JavaScript.",
  "main": "index.js",
  "scripts": {
    "test": "grunt test",
    "release": "grunt release"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/yellowblood/hocon-js.git"
  },
  "author": {
    "name": "Maor Rosenfeld"
  },
  "contributors": [{
    "name": "Maor Rosenfeld"
  }, {
    "name": "Gilly Barr"
  }],
  "license": "ISC",
  "bugs": {
    "url": "https://github.com/yellowblood/hocon-js/issues"
  },
  "homepage": "https://github.com/yellowblood/hocon-js#readme",
  "dependencies": {},
  "devDependencies": {
    "grunt": "1.0.1",
    "grunt-contrib-qunit": "1.3.0",
    "grunt-contrib-uglify": "2.2.0",
    "grunt-umd": "2.4.0"
  }
}
