Commit 3a714678a1ee0975dbc17eaab24623d110b724a3
Add package.json
cel committed on 12/9/2019, 1:06:58 AMParent: c6635e24d61865bf851bce8707c19c1fa2429c02
Files changed
package.json | added |
package.json | |||
---|---|---|---|
@@ -1,0 +1,12 @@ | |||
1 … | +{ | ||
2 … | + "name": "ssb-chunk-blob", | ||
3 … | + "bin": "bin.js", | ||
4 … | + "version": "0.0.1", | ||
5 … | + "author": "@f/6sQ6d2CMxRUhLpspgGIulDxDCwYD7DzFzPNr7u5AU=.ed25519", | ||
6 … | + "license": "FSFAP", | ||
7 … | + "dependencies": { | ||
8 … | + "pull-block": "^1.4.0", | ||
9 … | + "pull-stream": "^3.6.9", | ||
10 … | + "ssb-client": "^4.7.8" | ||
11 … | + } | ||
12 … | +} |
Built with git-ssb-web