Files: c4f0656414375ade1e3c819a7b61d5808010551c / package.json
682 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 | }, |
26 | "devDependencies": { |
27 | "tap-spec": "^4.1.1", |
28 | "tape": "^4.8.0" |
29 | } |
30 | } |
31 |
Built with git-ssb-web