Files: 139b6be7f1e796c60b1d5442a0e52e46373a5928 / package.json
463 bytesRaw
1 | { |
2 | "name": "pull-stream", |
3 | "description": "", |
4 | "version": "0.0.3", |
5 | "homepage": "https://github.com/dominictarr/pull-stream", |
6 | "repository": { |
7 | "type": "git", |
8 | "url": "git://github.com/dominictarr/pull-stream.git" |
9 | }, |
10 | "dependencies": { |
11 | }, |
12 | "devDependencies": { |
13 | }, |
14 | "scripts": { |
15 | "test": "set -e; for t in test/*.js; do node $t; done" |
16 | }, |
17 | "author": "Dominic Tarr <dominic.tarr@gmail.com> (http://dominictarr.com)", |
18 | "license": "MIT" |
19 | } |
20 |
Built with git-ssb-web