Skip to content

Commit eea872b

Browse files
committed
add npm package
1 parent e9879f8 commit eea872b

File tree

1 file changed

+23
-0
lines changed

1 file changed

+23
-0
lines changed

package.json

+23
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
{
2+
"name": "micro-rpc-client",
3+
"version": "0.0.1",
4+
"description": "Universal JS client for micro-rpc",
5+
"main": "index.js",
6+
"scripts": {
7+
"test": "echo \"Error: no test specified\" && exit 1"
8+
},
9+
"repository": {
10+
"type": "git",
11+
"url": "git+https://github.com/bufferapp/micro-rpc-client.git"
12+
},
13+
"keywords": [
14+
"rpc",
15+
"client"
16+
],
17+
"author": "[email protected]",
18+
"license": "MIT",
19+
"bugs": {
20+
"url": "https://github.com/bufferapp/micro-rpc-client/issues"
21+
},
22+
"homepage": "https://github.com/bufferapp/micro-rpc-client#readme"
23+
}

0 commit comments

Comments
 (0)