-
-
Notifications
You must be signed in to change notification settings - Fork 6
/
package.json
44 lines (44 loc) · 940 Bytes
/
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
{
"name": "activitypub-adapter",
"display_name": "ActivityPub",
"version": "0.0.23",
"description": "ActivityPub/Mastodon adapter for WebThings Gateway",
"author": "Philippe Coval",
"main": "index.js",
"scripts": {
"lint": "eslint --no-ignore *.js"
},
"keywords": [
"iot",
"adapter"
],
"license": "MPL-2.0",
"homepage": "https://github.com/rzr/mastodon-lite",
"repository": {
"type": "git",
"url": "https://github.com/rzr/mastodon-lite.git"
},
"bugs": {
"url": "https://github.com/rzr/mastodon-lite/issues"
},
"files": [
"LICENSE",
"README.md",
"SHA256SUMS",
"activitypub-adapter.js",
"activitypub-notifier.js",
"index.js",
"manifest.json",
"node_modules"
],
"dependencies": {
"html-to-text": "^5.1.1",
"mastodon-lite": "0.0.22"
},
"bundledDependencies": [
"mastodon-lite"
],
"devDependencies": {
"eslint": "^7.9.0"
}
}