Commit b8eccdee2cea25e4dc8b11989a162187126577e2
bundle modules and create test script
Kieran committed on 5/21/2018, 11:22:45 PMParent: 65e4290610de0d09362fbd932f6776d568b8b92c
Files changed
package.json | added |
package.json | ||
---|---|---|
@@ -1,0 +1,25 @@ | ||
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 … | +} |
Built with git-ssb-web