-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
36 lines (36 loc) · 1022 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
{
"requires": true,
"lockfileVersion": 1,
"dependencies": {
"cron": "^1.3.0",
"dotenv": "^5.0.1",
"find-package-json": "^1.0.0",
"http": "0.0.0",
"twitter": "^1.7.1",
"underscore": "^1.8.3",
"underscore-node": "^0.1.2"
},
"name": "yorubabot",
"description": "this application tweets a random name from the [yorubaname](http://www.yorubaname.com/) website using the [yorubaname api endpoints](http://www.yorubaname.com/swagger-ui.html#!/name-api/getNameUsingGET)",
"version": "1.0.0",
"main": "app.js",
"devDependencies": {},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node clock.js"
},
"engines": {
"node": "9.7.1",
"npm": "5.6.0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/afope/yorubanamebot.git"
},
"author": "afope",
"license": "ISC",
"bugs": {
"url": "https://github.com/afope/yorubanamebot/issues"
},
"homepage": "https://github.com/afope/yorubanamebot#readme"
}