{ "name": "ssb-news", "version": "0.0.0", "description": "Hacker news style link sharing on ssb", "main": "src/index.js", "directories": { "doc": "docs" }, "dependencies": { "async": "^2.6.1", "body": "^5.1.0", "debug": "^4.1.0", "electron": "^3.0.7", "express": "^4.16.4", "is-url": "^1.2.4", "minimist": "^1.2.0", "pug": "^2.0.3", "s-ago": "^2.0.1", "ssb-client": "^4.6.0", "ssb-feed": "^2.3.0", "ssb-names": "^3.1.4", "tachyons": "^4.10.0" }, "devDependencies": { "supervisor": "^0.12.0", "tape": "^4.9.1" }, "scripts": { "start": "node src/cli server", "dev": "DEBUG=* supervisor -- src/cli server", "test": "echo \"Error: no test specified\" && exit 1" }, "repository": { "type": "git", "url": "git+https://github.com/bencevans/ssb-news.git" }, "keywords": [ "ssb", "hn", "news", "link" ], "author": "Ben Evans (https://bencevans.io)", "license": "MIT", "bugs": { "url": "https://github.com/bencevans/ssb-news/issues" }, "homepage": "https://github.com/bencevans/ssb-news#readme" }