-
Notifications
You must be signed in to change notification settings - Fork 21
/
Copy pathpackage.json
42 lines (42 loc) · 915 Bytes
/
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
{
"name": "steemit-follow-bot",
"version": "0.0.1",
"main": "./lib/config.js",
"description": "Using the Follow functionality on the Steem blockchain.",
"author": "Adam Cox <adam.cox9@gmail.com>",
"homepage": "http://github.com/AdamCox9",
"keywords": [
"follow",
"unfollow",
"steem",
"bot",
"steemit",
"cryptocurrency",
"social network",
"blockchain"
],
"directories": {
"lib": "./lib"
},
"license": "Unlicense",
"dependencies": {
"mssql": "^4.1.0",
"steem": "0.6.7"
},
"devDependencies": {
"underscore": "^1.8.3"
},
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/AdamCox9/Steemit-Follow-Bot.git"
},
"engines": {
"node": ">= 4.0.0"
},
"scripts": {
"test": "./node_modules/vows/bin/vows test/*.js --spec"
},
"bugs": {
"url": "https://github.com/AdamCox9/Steemit-Follow-Bot/issues"
}
}