-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 760 Bytes
/
package.json
File metadata and controls
32 lines (32 loc) · 760 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": "job-chatbot",
"version": "0.4.0",
"description": "Chat bot for Job Application",
"main": "src/main.js",
"scripts": {
"start": "node src/main.js",
"test": "node_modules/.bin/mocha --reporter spec"
},
"repository": {
"type": "git",
"url": "https://bitbucket.org/harshild/job-chatbot.git"
},
"keywords": [
"chatbot"
],
"author": "Harshil Dhariwal",
"license": "ISC",
"homepage": "https://bitbucket.org/harshild/job-chatbot#readme",
"dependencies": {
"apiai": "^3.0.2",
"async": "^2.1.4",
"body-parser": "^1.15.2",
"chai": "^3.5.0",
"express": "^4.14.0",
"json-bigint": "^0.2.1",
"mocha": "^3.1.2",
"node-uuid": "^1.4.7",
"pg": "^6.1.0",
"request": "^2.79.0"
}
}