-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
42 lines (42 loc) · 1.03 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
{
"name": "ssb-recps-guard",
"version": "2.3.1",
"description": "guards against unencrypted messages being accidentally published!",
"main": "index.js",
"scripts": {
"test": "npm run test:js && npm run lint",
"test:js": "tape test/**/*.test.js | tap-arc",
"lint": "standard --fix"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ssbc/ssb-recps-guard.git"
},
"keywords": [
"scuttlebutt",
"encryption",
"security"
],
"author": "mixmix",
"license": "AGPL-3.0",
"bugs": {
"url": "https://github.com/ssbc/ssb-recps-guard/issues"
},
"homepage": "https://github.com/ssbc/ssb-recps-guard#readme",
"dependencies": {
"lodash.get": "^4.4.2"
},
"devDependencies": {
"scuttle-testbot": "^2.2.0",
"ssb-box": "^1.0.1",
"ssb-box2": "^7.4.0",
"ssb-classic": "^1.1.0",
"ssb-config": "^3.4.6",
"ssb-db2": "^8.1.0",
"ssb-private1": "^1.0.1",
"ssb-tribes": "^4.0.0",
"standard": "^17.1.0",
"tap-arc": "^1.2.2",
"tape": "^5.7.2"
}
}