-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
49 lines (49 loc) · 1.21 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
{
"name": "ssb-dark-crystal-schema",
"version": "1.2.6",
"description": "JSON schemas and validation for secure scuttlebutt message types for Dark Crystal",
"main": "index.js",
"scripts": {
"test": "tape 'test/**/*.test.js' | tap-spec",
"lint": "standard --fix"
},
"repository": {
"type": "git",
"url": "git+https://github.com/blockades/ssb-dark-crystal-schema.git"
},
"keywords": [
"darkcrystal",
"shamir",
"secrets",
"scuttlebutt",
"social",
"secret",
"sharing",
"shard",
"schema",
"validation"
],
"author": "MMT",
"license": "ISC",
"bugs": {
"url": "https://github.com/blockades/ssb-dark-crystal-schema/issues"
},
"homepage": "https://github.com/blockades/ssb-dark-crystal-schema#readme",
"dependencies": {
"is-canonical-base64": "^1.1.1",
"is-my-json-valid": "^2.17.2",
"lodash.merge": "^4.6.1",
"ssb-invite-schema": "0.0.10",
"ssb-msg-content": "^1.0.1",
"ssb-ref": "^2.11.1",
"ssb-schema-definitions": "^1.0.6",
"ssb-schema-validation": "^1.1.0"
},
"devDependencies": {
"scuttle-testbot": "^1.1.6",
"standard": "^12.0.1",
"tap-spec": "^5.0.0",
"tape": "^4.9.1",
"tape-plus": "^1.0.0"
}
}