-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
51 lines (51 loc) · 1.1 KB
/
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
42
43
44
45
46
47
48
49
50
51
{
"name": "micro-fabric",
"version": "0.4.18",
"author": {
"name": "ASPECTRON Inc.",
"email": "[email protected]",
"url": "http://aspectron.com#micro-fabric"
},
"bugs": {
"url": "https://github.com/aspectron/micro-fabric/issues"
},
"bundleDependencies": false,
"dependencies": {
"ansi-regex": "5.0.0",
"bs58": "4.0.1",
"colors": "1.4.0",
"fs-extra": "8.1.0",
"nats": "1.4.12",
"node-nats-streaming": "0.3.2",
"nuid": "1.1.4",
"request": "2.88.2",
"socket.io": "2.2.0",
"socket.io-client": "2.3.0",
"underscore": "1.13.1",
"ws": "6.1.0"
},
"deprecated": false,
"description": "µFabric Application Framework",
"engines": {
"node": "*",
"npm": "*"
},
"files": [
"micro-fabric.js",
"lib",
"test",
"LICENSE",
"README.md"
],
"homepage": "https://github.com/aspectron/micro-fabric",
"license": "Apache-2.0",
"main": "micro-fabric",
"private": false,
"repository": {
"type": "git",
"url": "git://github.com/aspectron/micro-fabric.git"
},
"scripts": {
"prepublish": "npm prune"
}
}