Install json-rpc from the npm repository.
This commit is contained in:
parent
99694161e1
commit
c763794ef3
@ -5,8 +5,8 @@
|
|||||||
var Bluebird = require('bluebird')
|
var Bluebird = require('bluebird')
|
||||||
var EventEmitter = require('events').EventEmitter
|
var EventEmitter = require('events').EventEmitter
|
||||||
var inherits = require('util').inherits
|
var inherits = require('util').inherits
|
||||||
var jsonRpc = require('json-rpc')
|
var jsonRpc = require('@julien-f/json-rpc')
|
||||||
var MethodNotFound = require('json-rpc/errors').MethodNotFound
|
var MethodNotFound = require('@julien-f/json-rpc/errors').MethodNotFound
|
||||||
var startsWith = require('lodash.startswith')
|
var startsWith = require('lodash.startswith')
|
||||||
var WebSocket = require('ws')
|
var WebSocket = require('ws')
|
||||||
|
|
||||||
|
@ -22,10 +22,10 @@
|
|||||||
"test": "standard && mocha '*.spec.js'"
|
"test": "standard && mocha '*.spec.js'"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
|
"@julien-f/json-rpc": "^0.3.5",
|
||||||
"bluebird": "^2.9.6",
|
"bluebird": "^2.9.6",
|
||||||
"event-to-promise": "^0.3.2",
|
"event-to-promise": "^0.3.2",
|
||||||
"exec-promise": "^0.5.1",
|
"exec-promise": "^0.5.1",
|
||||||
"json-rpc": "git://github.com/julien-f/js-json-rpc#v0.3.1",
|
|
||||||
"lodash.assign": "^3.0.0",
|
"lodash.assign": "^3.0.0",
|
||||||
"lodash.foreach": "^3.0.1",
|
"lodash.foreach": "^3.0.1",
|
||||||
"lodash.indexof": "^3.0.0",
|
"lodash.indexof": "^3.0.0",
|
||||||
|
Loading…
Reference in New Issue
Block a user