git ssb

0+

mixmix / ssb-testing-guide



Tree: 25041536b03f8bdf8185605a543e910b54847ec3

Files: 25041536b03f8bdf8185605a543e910b54847ec3 / package.json

769 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 "pull-stream": "^3.6.8",
23 "scuttle-testbot": "^1.1.6",
24 "ssb-backlinks": "^0.7.1",
25 "ssb-sort": "^1.1.0",
26 "tap-spec": "^4.1.1",
27 "tape": "^4.9.0"
28 }
29}
30

Built with git-ssb-web