forked from wittjosiah/scuttle-tag
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 771 Bytes
/
package.json
File metadata and controls
35 lines (35 loc) · 771 Bytes
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
{
"name": "scuttle-tag",
"version": "0.5.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "tape tests/**/*.js | tap-spec",
"lint": "standard --fix"
},
"repository": {
"type": "git",
"url": "github:ssbc/scuttle-tag"
},
"keywords": [],
"author": "SSBC",
"license": "MIT",
"dependencies": {
"depnest": "^1.3.0",
"is-my-json-valid": "^2.17.2",
"libnested": "^1.3.2",
"mutant": "^3.22.1",
"mutant-pull-reduce": "^1.1.0",
"pull-defer": "^0.2.2",
"pull-stream": "^3.6.1",
"scuttle-inject": "^1.0.0",
"ssb-msg-content": "^1.0.1",
"ssb-ref": "^2.9.1",
"ssb-sort": "^1.1.0"
},
"devDependencies": {
"standard": "^11.0.1",
"tap-spec": "^4.1.1",
"tape": "^4.9.0"
}
}