forked from SiddAjmera/WebhookForMovieDB
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
28 lines (28 loc) · 769 Bytes
/
package.json
File metadata and controls
28 lines (28 loc) · 769 Bytes
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
{
"name": "movie_db_webhook",
"version": "2.0.1",
"description": "A Node Based Dialogflow Webhook that fetches the details of a movie for v1 and v2 of dialogflow api",
"main": "index.js",
"scripts": {
"start": "babel-node --presets=env index.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"movieDb",
"webhook",
"nodejs"
],
"author": "ryan anglem - forked from repo by Siddharth Ajmera (SiddAjmera)",
"license": "ISC",
"dependencies": {
"actions-on-google": "^2.4.1",
"babel": "^6.23.0",
"babel-cli": "^6.24.1",
"babel-preset-env": "^1.6.1",
"babel-watch": "^2.0.7",
"body-parser": "^1.18.2",
"express": "^4.16.1",
"nodemon": "^1.17.2"
},
"devDependencies": {}
}