-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpackage.json
50 lines (50 loc) · 1.2 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
{
"name": "ridder",
"version": "0.1.4",
"description": "An RSS reader that you own",
"main": "src/index.js",
"scripts": {
"build": "browserify -o bundles/bundle.js -t sheetify src/index.js",
"start": "watchify -o bundles/bundle.js -t sheetify src/index.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/kodedninja/ridder.git"
},
"keywords": [
"rss",
"dat",
"beakerbrowser",
"peer-to-peer"
],
"author": "kodedninja",
"license": "MIT",
"bugs": {
"url": "https://github.com/kodedninja/ridder/issues"
},
"homepage": "https://github.com/kodedninja/ridder#readme",
"dependencies": {
"bytespin": "^2.0.6",
"choo": "^6.11.0-preview1",
"dom-autofocus": "^1.0.1",
"feedme": "^1.2.0",
"forkup": "^0.3.0",
"nanocomponent": "^6.5.1",
"nanohtml": "^1.2.2",
"node-readability": "^3.0.0",
"parse-dat-url": "^3.0.1",
"sheetify": "^7.3.3",
"xhr": "^2.4.1"
},
"devDependencies": {
"browserify": "^16.1.1",
"watchify": "^3.11.0"
},
"update": {
"url": "dat://0f29bc7dcd18d017ef9d11c1383fd6dfc1797a94bf4805f0d31c70761c73daca",
"files": [
"/bundles/bundle.js",
"/index.html"
]
}
}