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{
"name": "fabric-remote",
"version": "0.1.1",
"homepage": "https://github.com/kevin1024/fabric-remote-js",
"authors": [
"Kevin McCarthy <me@kevinmccarthy.org>"
],
"description": "A client for Fabric Remote",
"main": "dist/fabric-remote.min.js",
"moduleType": [
"globals",
"node"
],
"keywords": [
"fabric",
"remote",
"python",
"client"
],
"license": "MIT",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
]
}