forked from tedeh/jayson
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
31 lines (31 loc) · 888 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
{
"name": "jayson",
"version": "1.0.8",
"description": "JSON-RPC 2.0 compliant server and client",
"keywords": ["jsonrpc", "rpc", "json", "jsonrpc-2.0", "middleware", "connect", "express", "jquery", "fork", "cluster", "distributed", "relay"],
"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"
},
"scripts": { "test": "make test" },
"dependencies": {
"commander": "*",
"eyes": "*"
},
"devDependencies": {
"should": "*",
"mocha": "*",
"connect": "*",
"uglify-js": "*",
"blanket": "*"
}
}