-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
43 lines (43 loc) · 1.14 KB
/
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
39
40
41
42
43
{
"name": "@lab9k/visit-gent-dialogflow-fulfillment",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"start": "node index.js",
"lint": "eslint src/**",
"dev": "node index.js",
"predev": "npm run lint"
},
"repository": {
"type": "git",
"url": "git+https://github.com/lab9k/visit-gent-dialogflow-fulfillment.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/lab9k/visit-gent-dialogflow-fulfillment/issues"
},
"homepage": "https://github.com/lab9k/visit-gent-dialogflow-fulfillment#readme",
"dependencies": {
"actions-on-google": "^2.10.0",
"body-parser": "^1.19.0",
"dateformat": "^3.0.3",
"dialogflow": "^0.10.3",
"dialogflow-fulfillment": "^0.6.1",
"dotenv": "^8.0.0",
"express": "^4.17.1",
"googleapis": "^42.0.0",
"i18n": "^0.8.3",
"request": "^2.88.0",
"request-promise": "^4.2.4",
"request-promise-native": "^1.0.7",
"sparql-client-2": "^0.6.3"
},
"devDependencies": {
"eslint": "^6.1.0",
"eslint-config-airbnb-base": "^13.2.0",
"eslint-plugin-import": "^2.18.2"
}
}