Files: e3887a34e8e4f6b4cbc0d1d1b0e549b50157b48c / package.json
867 bytesRaw
1 | { |
2 | "name": "scuttle-blog", |
3 | "version": "0.0.1", |
4 | "description": "a scuttlebutt helper for all blog 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/ssbc/scuttle-blog.git" |
12 | }, |
13 | "keywords": [ |
14 | "scuttlebutt", |
15 | "books" |
16 | ], |
17 | "author": "mixmix", |
18 | "license": "AGPL-3.0", |
19 | "bugs": { |
20 | "url": "https://github.com/ssbc/scuttle-blog/issues" |
21 | }, |
22 | "homepage": "https://github.com/ssbc/scuttle-blog#readme", |
23 | "dependencies": { |
24 | "is-my-json-valid": "^2.17.1", |
25 | "lodash": "^4.17.4", |
26 | "mutant": "^3.22.1", |
27 | "pull-stream": "^3.6.1", |
28 | "ssb-about": "^0.1.2", |
29 | "ssb-keys": "^7.0.13", |
30 | "ssb-ref": "^2.9.1" |
31 | }, |
32 | "devDependencies": { |
33 | "scuttle-testbot": "^1.1.3", |
34 | "tap-spec": "^4.1.1", |
35 | "tape": "^4.8.0" |
36 | } |
37 | } |
38 |
Built with git-ssb-web