forked from jershell/simple-jsonrpc-js
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 873 Bytes
/
package.json
File metadata and controls
36 lines (36 loc) · 873 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
{
"name": "simple-jsonrpc-js",
"version": "0.0.10",
"description": "simple jsonrpc client/server handler",
"main": "index.js",
"scripts": {
"test": "node ./node_modules/mocha/bin/mocha"
},
"repository": {
"type": "git",
"url": "https://github.com/jershell/simple-jsonrpc-js.git"
},
"keywords": [
"jsonrpc",
"websocket",
"client-side",
"api"
],
"author": "QuickResto Frontend Team <jershell@mail.ru>",
"license": "MIT",
"bugs": {
"url": "https://github.com/jershell/simple-jsonrpc-js/issues"
},
"homepage": "https://github.com/jershell/simple-jsonrpc-js",
"devDependencies": {
"chai": "^3.5.0",
"gulp": "^3.9.1",
"gulp-header": "^1.8.7",
"gulp-rename": "^1.2.2",
"gulp-uglify": "^2.0.0",
"gulp-webserver": "^0.9.1",
"mocha": "^2.5.3",
"ws": "^1.1.1"
},
"dependencies": {}
}