-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
38 lines (38 loc) · 903 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": "HelloWorldBot",
"version": "0.0.1",
"description": "A Twitter bot that tweets hello world in different languages",
"main": "helloworldbot.js",
"dependencies": {
"twit": "^2.1.1"
},
"devDependencies": {},
"scripts": {
"start": "node helloworldbot.js",
"test": "node helloworldbot.js"
},
"repository": {
"type": "git",
"url": "[email protected]:FerasDA/helloworldbot.git"
},
"keywords": [
"node",
"js",
"twitter",
"bot",
"hello",
"world",
"Feras",
"Deiratany"
],
"author": {
"name": "Feras Deiratany",
"email": "[email protected]",
"url": "http://ferasdeiratany.com"
},
"license": "SEE LICENSE IN <https://github.com/FerasDA/helloworldbot/blob/master/LICENSE>",
"bugs": {
"url": "https://github.com/FerasDA/helloworldbot/issues"
},
"homepage": "http://ferasdeiratany.com/helloworldbot"
}