npm-package-json 0.1.3

A Rust library for parsing npm's `package.json` file.
Documentation
{
  "name": "my_package",
  "description": "",
  "version": "1.0.0",
  "main": "index.js",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/<user>/my_package.git"
  },
  "keywords": [],
  "author": "",
  "license": "ISC",
  "bugs": {
    "url": "https://github.com/<user>/my_package/issues"
  },
  "homepage": "https://github.com/<user>/my_package"
}