-
Notifications
You must be signed in to change notification settings - Fork 336
/
package.json
45 lines (45 loc) · 1.24 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
{
"name": "Voter",
"version": "0.3.2",
"description": "A curation bot built for the Steemit social media platform, decides which posts to vote for and casts vote on behalf of a registered user",
"main": "server.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node server.js"
},
"repository": {
"type": "git",
"url": "https://github.com/Steem-FOSSbot/steem-fossbot-voter"
},
"keywords": [
"node", "foss", "server", "steemit", "curation", "voting"
],
"author": "thrize",
"license": "CC0",
"bugs": {
"url": "https://github.com/Steem-FOSSbot/steem-fossbot-voter"
},
"homepage": "https://github.com/Steem-FOSSbot/steem-fossbot-voter",
"dependencies": {
"express": "^4.13.3",
"express-session": "^1.15.0",
"body-parser": "^1.13.3",
"cookie-parser": "^1.4.3",
"cookies": "^0.6.2",
"steem": "0.6.4",
"q": "1.4.1",
"glossary": "0.1.1",
"string": "3.3.3",
"strip-markdown": "3.0.0",
"remark": "6.2.0",
"retext": "4.0.0",
"retext-sentiment": "2.0.2",
"wait.for": "0.6.6",
"languagedetect": "1.1.1",
"moment": "2.21.0",
"moment-timezone": "0.5.14",
"atob": "2.0.3",
"btoa": "1.2.1",
"mongodb": "2.0.43"
}
}