Why Gemfury? Push, build, and install  RubyGems npm packages Python packages Maven artifacts PHP packages Go Modules Debian packages RPM packages NuGet packages

Repository URL to install this package:

Details    
parsejson / package.json
Size: Mime:
{
  "name": "parsejson",
  "version": "0.0.1",
  "description": "Method that parses a JSON string and returns a JSON object",
  "scripts": {
    "test": "make test"
  },
  "devDependencies": {
    "mocha": "1.17.1"
  },
  "author": "",
  "license": "MIT",
  "dependencies": {
    "better-assert": "~1.0.0"
  },
  "_id": "parsejson@0.0.1",
  "dist": {
    "shasum": "9b10c6c0d825ab589e685153826de0a3ba278bcc",
    "tarball": "http://registry.npmjs.org/parsejson/-/parsejson-0.0.1.tgz"
  },
  "_from": "parsejson@0.0.1",
  "_npmVersion": "1.3.15",
  "_npmUser": {
    "name": "gal",
    "email": "koren@mit.edu"
  },
  "maintainers": [
    {
      "name": "gal",
      "email": "koren@mit.edu"
    }
  ],
  "directories": {},
  "_shasum": "9b10c6c0d825ab589e685153826de0a3ba278bcc",
  "_resolved": "https://registry.npmjs.org/parsejson/-/parsejson-0.0.1.tgz",
  "readme": "ERROR: No README data found!"
}