Files: 36c07651c9c1db7187ee0e6c01eb0053db9635f8 / package.json
475 bytesRaw
1 | { |
2 | "name": "pull-hash", |
3 | "version": "1.0.0", |
4 | "description": "pull-stream API for hashing data", |
5 | "main": "index.js", |
6 | "scripts": { |
7 | "test": "node test" |
8 | }, |
9 | "repository": { |
10 | "type": "git", |
11 | "url": "https://github.com/clehner/pull-hash" |
12 | }, |
13 | "author": "Charles Lehner (http://celehner.com/)", |
14 | "license": "Fair", |
15 | "devDependencies": { |
16 | "multicb": "^1.2.1", |
17 | "pull-stream": "^3.2.0", |
18 | "stream-to-pull-stream": "^1.6.6", |
19 | "tape": "^4.5.0" |
20 | } |
21 | } |
22 |
Built with git-ssb-web