-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
38 lines (38 loc) · 852 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
{
"name": "twgitbot",
"version": "0.0.4",
"description": "A simple bot that twits github commits",
"main": "index.js",
"scripts": {
"test": "standard",
"start": "node index.js",
"postinstall": "touch ./Github/repoConfig.json ./Twitter/config.json",
"first-twgit": "node Twitter/firstTwit.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/VzqzAc/twgitbot.git"
},
"keywords": [
"bot",
"twitter",
"github"
],
"dependencies": {
"express": "^4.14.0",
"inquirer": "^1.2.2",
"twit": "^2.2.4"
},
"devDependencies": {
"standard": "^8.5.0"
},
"author": "Omar Vazquez",
"license": "MIT",
"bugs": {
"url": "https://github.com/VzqzAc/twgitbot/issues"
},
"homepage": "https://github.com/VzqzAc/twgitbot#readme",
"engines": {
"node": "6.9.2"
}
}