-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 831 Bytes
/
package.json
File metadata and controls
36 lines (36 loc) · 831 Bytes
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
{
"name": "feedland",
"description": "The top level of the FeedLand server, the source code for the NPM feedland package.",
"author": "Dave Winer <dave@scripting.com>",
"version": "0.7.20",
"license": "GPLV2",
"main": "feedland.js",
"files": [
"blog.js",
"readme.md"
],
"repository": {
"type": "git",
"url": "https://github.com/scripting/feedland"
},
"dependencies" : {
"request": "*",
"md5": "*",
"sanitize-html": "*",
"marked": "3.0.8",
"nodejs-websocket": "*",
"daveutils": "^0.4.65",
"davetwitter": "^0.6.39",
"daveappserver": "^0.8.3",
"daverss": "^0.6.4",
"daves3": "^0.4.11",
"davesql": "^0.6.0",
"reallysimple": "^0.5.3",
"davegithub": "^0.5.5",
"feedlanddatabase": "^0.8.14",
"feedhunter": "^0.4.4",
"opml": "^0.5.1",
"wpidentity": "^0.5.27",
"sqllog": "*"
}
}