-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathpackage.json
48 lines (48 loc) · 1.12 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
{
"name": "gitter-solid",
"type": "module",
"description": "command line utility to move giiter chat to solid chat",
"version": "2.0.0",
"author": {
"name": "Tim Berners-Lee",
"email": "[email protected]"
},
"contributors": [
{
"name": "Jeff Zucker",
"email": "[email protected]"
}
],
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/solid/gitter-solid"
},
"homepage": "http://github.com/solid/gitter-solid",
"bugs": "http://github.com/solid/gitter-solid/issues",
"dependencies": {
"cli-color": "^2.0.3",
"debug": ">=2.6.9",
"dotenv": "^8.0.0",
"matrix-js-sdk": "^23.2.0",
"node-gitter": "^2.1.0",
"rdflib": "^2.1.7",
"readline-sync": "^1.4.10",
"slack": "^11.0.2",
"solid-namespace": "^0.5.2",
"solid-node-client": "^2.0.2",
"yargs": "^13.2.4"
},
"bin": {
"gitter-solid": "./bin/gitter-solid"
},
"devDependencies": {
"fs-extra": "^4.0.2",
"mocha": "^4.0.1",
"mock-http-server": "^0.2.0"
},
"main": "index.js",
"scripts": {
"slack": "node --experimental-modules slack-solid.mjs"
}
}