git ssb

0+

mixmix / ssb-testing-guide



Tree: eec7e99ad5ed7ffbc5e4ee856aaeaa8db5f1b6ea

Files: eec7e99ad5ed7ffbc5e4ee856aaeaa8db5f1b6ea / package.json

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

Built with git-ssb-web