git ssb

0+

mixmix / ssb-testing-guide



Tree: c43b221ba14d52bab66a39600ac72c74b12c762f

Files: c43b221ba14d52bab66a39600ac72c74b12c762f / package.json

795 bytesRaw
1{
2 "name": "ssb-testing-guide",
3 "version": "1.0.0",
4 "description": "a comprehensive guide to testing on scuttlebutt",
5 "main": "index.js",
6 "scripts": {
7 "test": "tape **/**/*.test.js | tap-spec"
8 },
9 "repository": {
10 "type": "git",
11 "url": "git+https://github.com/ssbc/ssb-testing-guide.git"
12 },
13 "author": "mix & kieran",
14 "license": "ISC",
15 "bugs": {
16 "url": "https://github.com/ssbc/ssb-testing-guide/issues"
17 },
18 "homepage": "https://github.com/ssbc/ssb-testing-guide#readme",
19 "dependencies": {
20 "flumeview-level": "^3.0.4",
21 "flumeview-reduce": "^1.3.13",
22 "lodash": "^4.17.10",
23 "pull-stream": "^3.6.8",
24 "scuttle-testbot": "^1.1.6",
25 "ssb-backlinks": "^0.7.1",
26 "ssb-sort": "^1.1.0",
27 "tap-spec": "^4.1.1",
28 "tape": "^4.9.0"
29 }
30}
31

Built with git-ssb-web