-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 995 Bytes
/
package.json
File metadata and controls
34 lines (34 loc) · 995 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
29
30
31
32
33
34
{
"name": "dialogflow-api-utils",
"version": "0.5.3",
"description": "Utility lib for working with the Dialogflow (formerly api.ai) API response data",
"main": "index.js",
"scripts": {
"test": "nyc --reporter=html --reporter=text mocha --require co-mocha ./**/*.spec.js",
"test-watch": "mocha --watch --require co-mocha ./**/*.spec.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/smalltalk-ai/dialogflow-api-utils.git"
},
"keywords": [
"api.ai",
"dialogflow"
],
"author": "Joshua Salwen <contact@smalltalk.agency> (https://www.smalltalk.agency)",
"license": "ISC",
"bugs": {
"url": "https://github.com/smalltalk-ai/dialogflow-api-utils/issues"
},
"homepage": "https://github.com/smalltalk-ai/dialogflow-api-utils#readme",
"devDependencies": {
"chai": "^4.2.0",
"co-mocha": "^1.2.2",
"lodash": "^4.17.15",
"mocha": "^6.2.0",
"nyc": "^14.1.1"
},
"dependencies": {
"merge": "^1.2.1"
}
}