Files: 1441fdeb23ee6ecb5c47ac1013bcecd533a96d62 / package.json
595 bytesRaw
1 | { |
2 | "name": "exed", |
3 | "description": "", |
4 | "version": "0.0.0", |
5 | "homepage": "https://github.com/dominictarr/exed", |
6 | "repository": { |
7 | "type": "git", |
8 | "url": "git://github.com/dominictarr/exed.git" |
9 | }, |
10 | "dependencies": { |
11 | "depject": "^4.1.0", |
12 | "hyperscript": "^2.0.2", |
13 | "pull-stream": "^3.5.0", |
14 | "pull-utf8-decoder": "^1.0.2", |
15 | "stream-to-pull-stream": "^1.7.2" |
16 | }, |
17 | "devDependencies": {}, |
18 | "scripts": { |
19 | "test": "set -e; for t in test/*.js; do node $t; done" |
20 | }, |
21 | "author": "'Dominic Tarr' <dominic.tarr@gmail.com> (http://dominictarr.com)", |
22 | "license": "MIT" |
23 | } |
24 |
Built with git-ssb-web