We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e9879f8 commit eea872bCopy full SHA for eea872b
package.json
@@ -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