-
Notifications
You must be signed in to change notification settings - Fork 8
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 746 Bytes
/
package.json
File metadata and controls
36 lines (36 loc) · 746 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
35
36
{
"name": "smoochbot",
"version": "0.1.0",
"description": "",
"dependencies": {
"babel-runtime": "6.3.13",
"body-parser": "^1.13.3",
"email-validator": "^1.0.3",
"express": "^4.13.3",
"jfs": "^0.2.6",
"mustache": "^2.1.3",
"request": "^2.60.0",
"smooch-core": "0.0.10"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/gozman/smoochbot.git"
},
"bugs": {
"url": "https://github.com/gozman/smoochbot/issues"
},
"homepage": "https://smooch.io",
"keywords": [
"bots",
"chatbots",
"slack"
],
"engine": {
"node": "5.1.1"
},
"author": "mike@smooch.io",
"license": "MIT"
}