git ssb

0+

mixmix / scuttle-blog



Tree: cd8ac2d0fc9c1f5e2e287e2a0f67c68c8b2e417d

Files: cd8ac2d0fc9c1f5e2e287e2a0f67c68c8b2e417d / package.json

951 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 "lint": "standard --fix"
9 },
10 "repository": {
11 "type": "git",
12 "url": "git+https://github.com/ssbc/scuttle-blog.git"
13 },
14 "keywords": [
15 "scuttlebutt",
16 "books"
17 ],
18 "author": "mixmix",
19 "license": "AGPL-3.0",
20 "bugs": {
21 "url": "https://github.com/ssbc/scuttle-blog/issues"
22 },
23 "homepage": "https://github.com/ssbc/scuttle-blog#readme",
24 "dependencies": {
25 "is-my-json-valid": "^2.17.1",
26 "libnested": "^1.2.1",
27 "lodash": "^4.17.4",
28 "mutant": "^3.22.1",
29 "pull-stream": "^3.6.1",
30 "ssb-about": "^0.1.2",
31 "ssb-keys": "^7.0.13",
32 "ssb-ref": "^2.9.1"
33 },
34 "devDependencies": {
35 "scuttle-testbot": "^1.1.3",
36 "standard": "^10.0.3",
37 "tap-spec": "^4.1.1",
38 "tape": "^4.8.0"
39 }
40}
41

Built with git-ssb-web