-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
36 lines (36 loc) · 848 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
{
"name": "dog-ceo-platzi-bot",
"version": "0.1.0",
"description": "Messenger Bot with Dog CEO API Images - Platzi Tutorial",
"main": "app.js",
"scripts": {
"start": "node app.js",
"dev": "nodemon app.js"
},
"author": "Juan David Castro <[email protected]> (@juandc)",
"license": "MIT",
"keywords": [
"messenger-bot",
"fb-bot",
"platzi",
"platzi-challenge",
"dog-api",
"dog-ceo"
],
"repository": {
"type": "git",
"url": "git+https://github.com/juandc/dog-ceo-platzi-bot.git"
},
"bugs": {
"url": "https://github.com/juandc/dog-ceo-platzi-bot/issues"
},
"homepage": "https://github.com/juandc/dog-ceo-platzi-bot#readme",
"dependencies": {
"body-parser": "^1.18.3",
"express": "^4.16.3",
"request": "^2.88.0"
},
"devDependencies": {
"nodemon": "^1.18.4"
}
}