This repository has been archived by the owner on May 3, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 16
/
package.json
59 lines (59 loc) · 1.98 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
52
53
54
55
56
57
58
59
{
"name": "matrix-cli",
"version": "1.7.2",
"description": "Matrix CLI Enables Communication with MatrixOS devices.",
"preferGlobal": true,
"bin": {
"matrix": "./bin/matrix"
},
"scripts": {
"test": "mocha test",
"local-setup": "cd node_modules; ln -s ../../matrix-app-config-helper ./matrix-app-config-helper;ln -s ../../matrix-firebase ./matrix-firebase; ln -s ../../matrix-node-sdk ./matrix-node-sdk; cd ..",
"install-clear": "sudo rm -r node_modules/matrix-firebase node_modules/matrix-app-config-helper node_modules/matrix-node-sdk"
},
"repository": {
"type": "git",
"url": "https://github.com/matrix-io/matrix-cli.git"
},
"author": "AdMobilize <appdev@admobilize.com>",
"maintainers": [
"Sean Canton <sean.canton@admobilize.com>",
"Diego Ribero <diego.ribero@admobilize.com>"
],
"license": "ISC",
"homepage": "https://github.com/matrix-io/matrix-cli",
"dependencies": {
"archiver": "^0.15.1",
"async": "^1.5.0",
"cli-table2": "^0.2.0",
"colors": "^1.1.2",
"commander": "^2.12.2",
"deasync": "^0.1.11",
"debug": "^2.6.9",
"engine.io-client": "^1.6.8",
"extend": "^3.0.0",
"fstream": "^1.0.7",
"inquirer": "^1.1.2",
"js-yaml": "^3.10.0",
"jshint": "^2.8.0",
"jsonwebtoken": "^7.1.9",
"loading-spinner": "^1.1.4",
"lodash": "^3.10.0",
"matrix-app-config-helper": "git+https://github.com/matrix-io/matrix-app-config-helper.git",
"matrix-firebase": "https://github.com/matrix-io/matrix-firebase/tarball/master",
"matrix-node-sdk": "https://github.com/matrix-io/matrix-node-sdk/tarball/master",
"mocha": "^2.5.3",
"moment": "^2.19.4",
"ms": "^0.7.1",
"node-yaml-localize": "https://github.com/matrix-io/node-yaml-localize/tarball/bt/localization",
"package-json": "^2.4.0",
"prompt": "^0.2.14",
"q": "^1.5.1",
"request": "^2.83.0",
"rx": "^4.1.0",
"should": "^9.0.2",
"sinon": "^1.17.5",
"socket.io-client": "^1.4.5",
"tar": "^2.2.0"
}
}