-
Notifications
You must be signed in to change notification settings - Fork 21
/
package.json
41 lines (41 loc) · 1009 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
37
38
39
40
41
{
"name": "hessian-proxy",
"version": "0.0.5",
"description": "hessian proxy to make rpc calls for javascript",
"main": "./lib/index.js",
"scripts": {
"test": "make test"
},
"repository": {
"type": "git",
"url": "[email protected]:villadora/node-hessian.git"
},
"keywords": [
"hessian",
"rpc",
"binary protocol",
"hessian 2.0"
],
"dependencies": {
"buffer-builder": "~0.1.0",
"buffer-reader": "~0.0.2",
"long": "~1.1.2"
},
"devDependencies": {
"es6-map-shim": "*",
"grunt": "~0.4.1",
"jshint": "~2.1.9",
"mocha": "~1.12.0",
"chai": "~1.7.2",
"async": "~0.2.9",
"grunt-contrib-jshint": "0.3.x",
"grunt-contrib-clean": "0.4.x",
"grunt-contrib-watch": "0.3.x"
},
"readmeFilename": "README.md",
"author": {
"name": "wei.gao",
"email": "[email protected]"
},
"license": "BSD"
}