Files: 1914c3d4f82b0ae0cfd2f8087d24bde52803668c / package.json
638 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 | "tap-spec": "^4.1.1", |
23 | "tape": "^4.9.0" |
24 | } |
25 | } |
26 |
Built with git-ssb-web