-
Notifications
You must be signed in to change notification settings - Fork 8
/
package.json
73 lines (73 loc) · 2.07 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
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
{
"_from": "node-red-contrib-dialogflowv2-api",
"_id": "[email protected]",
"_inBundle": false,
"_integrity": "sha512-PuLaGoe0wn2eQlMtZKeXq8Vk+id+QJF6gpnB6y3y80j4gURFWh6F/zUelthbkdthltwnlsmUCr8xqBNT00rOWQ==",
"_location": "/node-red-contrib-dialogflowv2-api",
"_phantomChildren": {},
"_requested": {
"type": "tag",
"registry": true,
"raw": "node-red-contrib-dialogflowv2-api",
"name": "node-red-contrib-dialogflowv2-api",
"escapedName": "node-red-contrib-dialogflowv2-api",
"rawSpec": "",
"saveSpec": null,
"fetchSpec": "latest"
},
"_requiredBy": [
"#USER"
],
"_resolved": "https://registry.npmjs.org/node-red-contrib-dialogflowv2-api/-/node-red-contrib-dialogflowv2-api-1.0.0.tgz",
"_shasum": "a59eac5d8e40d939cc6ae55c9e817be68933ce77",
"_spec": "node-red-contrib-dialogflowv2-api",
"_where": "C:\\Users\\rgerasimov\\AppData\\Roaming\\npm\\node_modules",
"author": {
"name": "Roman Gerasimov",
"url": "[email protected]"
},
"bugs": {
"url": "https://github.com/german-st/dialogflowv2/issues"
},
"bundleDependencies": false,
"dependencies": {
"node-pre-gyp": "^0.12.0",
"cli-color": "^1.4.0",
"dialogflow": "^0.7.0",
"moment": "^2.22.2",
"prettyjson": "^1.2.1",
"request": "^2.88.0",
"underscore": "^1.9.1"
},
"deprecated": false,
"description": "Dialogflow node for Nore-RED. Support API v2 dialogflow.com",
"devDependencies": {},
"directories": {
"lib": "lib"
},
"homepage": "https://github.com/german-st/dialogflowv2.git",
"keywords": [
"node-red",
"dialogflow",
"node-red",
"dialogflow",
"dialogflow.com",
"node-red-contrib-dialogflowv2-api"
],
"license": "ISC",
"main": "chatbot=dialogflow.js",
"name": "node-red-contrib-dialogflowv2-api",
"node-red": {
"nodes": {
"dialogflowv2": "dialogflowv2.js"
}
},
"repository": {
"type": "git",
"url": "git+https://github.com/german-st/dialogflowv2.git"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"version": "1.0.4"
}