-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
36 lines (36 loc) · 916 Bytes
/
package.json
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": "jrpc",
"version": "3.1.3",
"description": "Streaming bidirectional backwards-compatible extended JSON-RPC 2.0 in JavaScript",
"main": "jrpc.js",
"scripts": {
"test": "echo Please use make test instead && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/vphantom/js-jrpc.git"
},
"author": "Stéphane Lavergne <[email protected]> (https://github.com/vphantom)",
"license": "MIT",
"files": [
"LICENSE.txt",
"README.md",
"jrpc.js",
"jrpc.browser.js",
"jrpc.min.js",
"jrpc.min.js.map"
],
"bugs": {
"url": "https://github.com/vphantom/js-jrpc/issues"
},
"homepage": "https://github.com/vphantom/js-jrpc#readme",
"devDependencies": {
"bluebird": "^3.3.5",
"browserify": "^13.0.0",
"coveralls": "^2.11.9",
"faucet": "0.0.1",
"istanbul": "^0.4.3",
"tape": "^4.5.1",
"phantomjs": "^2.1.7"
}
}