forked from matrix-io/matrix-cli
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
41 lines (41 loc) · 1.06 KB
/
package.json
File metadata and controls
41 lines (41 loc) · 1.06 KB
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": "matrix-cli",
"version": "1.1.3",
"description": "Matrix CLI Enables Communication with MatrixOS devices.",
"preferGlobal": true,
"bin": {
"matrix": "./bin/matrix"
},
"scripts": {
"test": "mocha tests"
},
"repository": {
"type": "git",
"url": "https://github.com/matrix-io/matrix-cli.git"
},
"author": "",
"license": "ISC",
"homepage": "https://bitbucket.org/admobilize/admatrix-console#readme",
"dependencies": {
"archiver": "^0.15.1",
"async": "^1.5.0",
"cli-table": "^0.3.1",
"colors": "^1.1.2",
"commander": "^2.8.1",
"debug": "^2.2.0",
"engine.io-client": "^1.6.8",
"fstream": "^1.0.7",
"jshint": "^2.8.0",
"lodash": "^3.10.0",
"matrix-firebase": "git+ssh://git@github.com/matrix-io/matrix-firebase.git",
"matrix-node-sdk": "https://github.com/matrix-io/matrix-node-sdk.git",
"mocha": "^2.5.3",
"moment": "^2.10.3",
"prompt": "^0.2.14",
"q": "^1.4.1",
"should": "^9.0.2",
"socket.io-client": "^1.4.5",
"tar": "^2.2.0",
"yamljs": "^0.2.4"
}
}