package.json 2.9 KB
{
  "_args": [
    [
      "jayson@^1.2.0",
      "/home/palak/projects/startupjalsa-backend/node_modules/strong-remoting"
    ]
  ],
  "_from": "jayson@>=1.2.0 <2.0.0",
  "_id": "jayson@1.2.2",
  "_inCache": true,
  "_installable": true,
  "_location": "/jayson",
  "_nodeVersion": "2.5.0",
  "_npmUser": {
    "email": "mail@tedeh.net",
    "name": "tedeh"
  },
  "_npmVersion": "3.1.3",
  "_phantomChildren": {},
  "_requested": {
    "name": "jayson",
    "raw": "jayson@^1.2.0",
    "rawSpec": "^1.2.0",
    "scope": null,
    "spec": ">=1.2.0 <2.0.0",
    "type": "range"
  },
  "_requiredBy": [
    "/strong-remoting"
  ],
  "_resolved": "https://registry.npmjs.org/jayson/-/jayson-1.2.2.tgz",
  "_shasum": "d28c602ecb8922c2a9fb3c1611f79fb584f193ec",
  "_shrinkwrap": null,
  "_spec": "jayson@^1.2.0",
  "_where": "/home/palak/projects/startupjalsa-backend/node_modules/strong-remoting",
  "author": {
    "email": "mail@tedeh.net",
    "name": "Tedde Lundgren",
    "url": "http://tedeh.net"
  },
  "bin": {
    "jayson": "./bin/jayson.js"
  },
  "bugs": {
    "url": "https://github.com/tedeh/jayson/issues"
  },
  "config": {
    "blanket": {
      "data-cover-never": [
        "node_modules",
        "public"
      ],
      "data-cover-reporter-options": {
        "shortnames": false
      },
      "pattern": "lib"
    }
  },
  "contributors": [
    {
      "email": "mail@tedeh.net",
      "name": "Tedde Lundgren",
      "url": "http://tedeh.net"
    },
    {
      "email": "dvicory@gmail.com",
      "name": "Daniel Vicory",
      "url": "http://bzfx.net"
    },
    {
      "email": "net147@gmail.com",
      "name": "Jonathan Liu"
    }
  ],
  "dependencies": {
    "JSONStream": "1.0.3",
    "commander": "1.3.2",
    "eyes": "0.1.8",
    "lodash": "3.6.0"
  },
  "description": "JSON-RPC 1.0/2.0 compliant server and client",
  "devDependencies": {
    "blanket": "1.1.6",
    "connect": "2.15.0",
    "mocha": "2.1.0",
    "pass-stream": "0.1.3",
    "should": "5.2.0",
    "uglify-js": "2.4.13"
  },
  "directories": {},
  "dist": {
    "shasum": "d28c602ecb8922c2a9fb3c1611f79fb584f193ec",
    "tarball": "https://registry.npmjs.org/jayson/-/jayson-1.2.2.tgz"
  },
  "engines": {
    "node": ">= 0.4.0"
  },
  "gitHead": "2c35053858829403d964d32bd34a0493d2788295",
  "homepage": "http://jayson.tedeh.net",
  "keywords": [
    "jsonrpc",
    "json-rpc",
    "rpc",
    "json",
    "jsonrpc-2.0",
    "jsonrpc-1.0",
    "middleware",
    "connect",
    "express",
    "fork",
    "distributed",
    "relay",
    "http",
    "tcp",
    "https",
    "tls",
    "api"
  ],
  "license": "MIT",
  "main": "index",
  "maintainers": [
    {
      "email": "mail@tedeh.net",
      "name": "tedeh"
    }
  ],
  "name": "jayson",
  "optionalDependencies": {},
  "readme": "ERROR: No README data found!",
  "repository": {
    "type": "git",
    "url": "git://github.com/tedeh/jayson.git"
  },
  "scripts": {
    "test": "make test"
  },
  "version": "1.2.2"
}