-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 845 Bytes
/
package.json
File metadata and controls
32 lines (32 loc) · 845 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
{
"name": "botstarter",
"version": "1.0.0",
"description": "",
"main": "server.js",
"dependencies": {
"botbuilder": "^3.7",
"botbuilder-cognitiveservices": "^1.0.1",
"envx": "^1.0.0",
"lodash": "^4.17.4",
"nlp_compromise": "^6.5.3",
"phone-regex": "^2.0.0",
"readdir-enhanced": "^1.4.5",
"restify": "^4.1.1",
"uuid": "^3.0.1"
},
"devDependencies": {},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/DanielEgan/botstarter.git"
},
"keywords": [],
"author": "Daniel Egan <daniel.egan@live.com> (http://TheSociableGeek.com)",
"license": "MIT",
"bugs": {
"url": "https://github.com/DanielEgan/botstarter/issues"
},
"homepage": "https://github.com/DanielEgan/botstarter#readme"
}