-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
38 lines (38 loc) · 939 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
{
"name": "ssb-tangle",
"version": "3.0.4",
"description": "a tool for dealing with thread-type tangles in scuttlebutt",
"main": "index.js",
"scripts": {
"test": "npm run test:js && npm run lint",
"test:js": "tape 'test/**/*.test.js' | tap-spec",
"lint": "standard --fix"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ssbc/ssb-tangle.git"
},
"keywords": [
"scuttlebutt",
"tangles",
"helper"
],
"author": "mixmix",
"license": "AGPL-3.0",
"bugs": {
"url": "https://github.com/ssbc/ssb-tangle/issues"
},
"homepage": "https://github.com/ssbc/ssb-tangle#readme",
"devDependencies": {
"@tangle/graph": "^2.1.0",
"standard": "^16.0.4",
"tap-spec": "^5.0.0",
"tape": "^4.11.0"
},
"dependencies": {
"@tangle/overwrite": "^2.1.0",
"@tangle/reduce": "^3.1.0",
"@tangle/simple-set": "^2.1.0",
"@tangle/strategy": "^2.0.1"
}
}