{ "name": "scuttle-blog", "version": "0.0.1", "description": "a scuttlebutt helper for all blog related messages", "main": "index.js", "scripts": { "test": "tape tests/**/*.js | tap-spec", "lint": "standard --fix" }, "repository": { "type": "git", "url": "git+https://github.com/ssbc/scuttle-blog.git" }, "keywords": [ "scuttlebutt", "books" ], "author": "mixmix", "license": "AGPL-3.0", "bugs": { "url": "https://github.com/ssbc/scuttle-blog/issues" }, "homepage": "https://github.com/ssbc/scuttle-blog#readme", "dependencies": { "is-my-json-valid": "^2.17.1", "libnested": "^1.2.1", "lodash": "^4.17.4", "mutant": "^3.22.1", "pull-stream": "^3.6.1", "ssb-about": "^0.1.2", "ssb-keys": "^7.0.13", "ssb-ref": "^2.9.1" }, "devDependencies": { "scuttle-testbot": "^1.1.3", "standard": "^10.0.3", "tap-spec": "^4.1.1", "tape": "^4.8.0" } }