Commit ac62b56e16dc66e342eba88238e2dc1c4379da63
package
Ben Evans committed on 11/5/2018, 5:03:18 PMParent: d256116c0e4c03affde5b569002b7a24f876e41d
Files changed
package.json | added |
package.json | |||
---|---|---|---|
@@ -1,0 +1,43 @@ | |||
1 … | +{ | ||
2 … | + "name": "ssb-news", | ||
3 … | + "version": "0.0.0", | ||
4 … | + "description": "Hacker news style link sharing on ssb", | ||
5 … | + "main": "src/index.js", | ||
6 … | + "directories": { | ||
7 … | + "doc": "docs" | ||
8 … | + }, | ||
9 … | + "dependencies": { | ||
10 … | + "async": "^2.6.1", | ||
11 … | + "choo": "^6.13.1", | ||
12 … | + "choo-devtools": "^2.5.1", | ||
13 … | + "electron": "^3.0.7", | ||
14 … | + "is-url": "^1.2.4", | ||
15 … | + "minimist": "^1.2.0", | ||
16 … | + "s-ago": "^2.0.1", | ||
17 … | + "sheetify": "^7.3.3", | ||
18 … | + "ssb-client": "^4.6.0", | ||
19 … | + "ssb-feed": "^2.3.0", | ||
20 … | + "ssb-names": "^3.1.3", | ||
21 … | + "tachyons": "^4.10.0" | ||
22 … | + }, | ||
23 … | + "devDependencies": {}, | ||
24 … | + "scripts": { | ||
25 … | + "test": "echo \"Error: no test specified\" && exit 1" | ||
26 … | + }, | ||
27 … | + "repository": { | ||
28 … | + "type": "git", | ||
29 … | + "url": "git+https://github.com/bencevans/ssb-news.git" | ||
30 … | + }, | ||
31 … | + "keywords": [ | ||
32 … | + "ssb", | ||
33 … | + "hn", | ||
34 … | + "news", | ||
35 … | + "link" | ||
36 … | + ], | ||
37 … | + "author": "Ben Evans <ben@bluechimp.io> (https://bencevans.io)", | ||
38 … | + "license": "MIT", | ||
39 … | + "bugs": { | ||
40 … | + "url": "https://github.com/bencevans/ssb-news/issues" | ||
41 … | + }, | ||
42 … | + "homepage": "https://github.com/bencevans/ssb-news#readme" | ||
43 … | +} |
Built with git-ssb-web