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    
ndm / opt / ndm / resources / app / node_modules / jsonify / package.json
Size: Mime:
{
  "author": {
    "name": "Douglas Crockford",
    "url": "http://crockford.com/"
  },
  "bugs": {
    "url": "https://github.com/substack/jsonify/issues"
  },
  "dependencies": {},
  "description": "JSON without touching any globals",
  "devDependencies": {
    "garbage": "0.0.x",
    "tap": "0.0.x"
  },
  "directories": {
    "lib": ".",
    "test": "test"
  },
  "engines": {
    "node": "*"
  },
  "homepage": "https://github.com/substack/jsonify#readme",
  "license": "Public Domain",
  "main": "index.js",
  "maintainers": [
    {
      "name": "substack",
      "email": "mail@substack.net"
    }
  ],
  "name": "jsonify",
  "optionalDependencies": {},
  "readme": "ERROR: No README data found!",
  "repository": {
    "type": "git",
    "url": "git://github.com/substack/jsonify.git"
  },
  "version": "0.0.0"
}