forked from tedeh/jayson
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
62 lines (62 loc) · 1.31 KB
/
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
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
{
"name": "jayson",
"version": "1.1.1",
"description": "JSON-RPC 1.0/2.0 compliant server and client",
"keywords": [
"jsonrpc",
"rpc",
"json",
"jsonrpc-2.0",
"jsonrpc-1.0",
"middleware",
"connect",
"express",
"jquery",
"fork",
"distributed",
"relay",
"http",
"tcp",
"https",
"tls",
"api"
],
"author": "Tedde Lundgren <[email protected]> (http://tedeh.net)",
"maintainers": "Tedde Lundgren <[email protected]> (http://tedeh.net)",
"bin": "./bin/jayson.js",
"repository": {
"type": "git",
"url": "git://github.com/tedeh/jayson.git"
},
"homepage": "http://jayson.tedeh.net",
"bugs": "https://github.com/tedeh/jayson/issues",
"main": "index",
"engines": {
"node": ">= 0.4.0"
},
"contributors": [
"Tedde Lundgren <[email protected]> (http://tedeh.net)",
"Daniel Vicory <[email protected]> (http://bzfx.net)",
"Jonathan Liu <[email protected]>"
],
"scripts": {
"test": "make test",
"blanket": {
"pattern": "lib",
"data-cover-never": "node_modules"
}
},
"dependencies": {
"JSONStream": "0.8.0",
"commander": "1.3.2",
"eyes": "0.1.8",
"underscore": "^1.6.0"
},
"devDependencies": {
"should": "*",
"mocha": "*",
"connect": "*",
"uglify-js": "*",
"blanket": "*"
}
}