Files: e9238520ce96e4b6ad803bf181a65eb9d888feb4 / package.json
760 bytesRaw
1 | { |
2 | "name": "scuttle-book", |
3 | "version": "0.0.1", |
4 | "description": "a scuttlebutt helper for all book related messages", |
5 | "main": "index.js", |
6 | "scripts": { |
7 | "test": "tape tests/**/*.js | tap-spec" |
8 | }, |
9 | "repository": { |
10 | "type": "git", |
11 | "url": "git+https://github.com/mixmix/scuttle-book.git" |
12 | }, |
13 | "keywords": [ |
14 | "scuttlebutt", |
15 | "books" |
16 | ], |
17 | "author": "mixmix", |
18 | "license": "AGPL-3.0", |
19 | "bugs": { |
20 | "url": "https://github.com/mixmix/scuttle-book/issues" |
21 | }, |
22 | "homepage": "https://github.com/mixmix/scuttle-book#readme", |
23 | "dependencies": { |
24 | "is-my-json-valid": "^2.17.1", |
25 | "mutant": "^3.22.1", |
26 | "ssb-ref": "^2.9.1" |
27 | }, |
28 | "devDependencies": { |
29 | "ssb-client": "^4.5.2", |
30 | "tap-spec": "^4.1.1", |
31 | "tape": "^4.8.0" |
32 | } |
33 | } |
34 |
Built with git-ssb-web