-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
68 lines (68 loc) · 1.72 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
{
"name": "forsta-live-chat-bot",
"version": "0.5.0",
"description": "Forsta Live Chat Bot",
"engines": {
"node": "8"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ForstaLabs/forsta-live-chat-bot.git"
},
"keywords": [
"forsta",
"e-discovery",
"bot"
],
"license": "GPL-3.0",
"bugs": {
"url": "https://github.com/ForstaLabs/forsta-live-chat-bot/issues"
},
"homepage": "https://github.com/ForstaLabs/forsta-live-chat-bot#readme",
"scripts": {
"postinstall": "SKIP_PACKAGES=1 make",
"start": "node server"
},
"bin": {
"live-chat-bot": "./server/index.js"
},
"dependencies": {
"browserify": "^16.2.2",
"csv-stringify": "2.0.0",
"envify": "^4.1.0",
"express": "4.16.2",
"file-saver": "^1.3.8",
"grunt": "1.0.1",
"grunt-browserify": "^5.2.0",
"grunt-contrib-concat": "1.0.1",
"grunt-contrib-copy": "1.0.0",
"grunt-contrib-sass": "1.0.0",
"grunt-contrib-uglify-es": "git://github.com/gruntjs/grunt-contrib-uglify.git#harmony",
"grunt-env": "^0.4.4",
"grunt-newer": "^1.3.0",
"heroku-ssl-redirect": "0.0.4",
"jsonwebtoken": "^8.1.0",
"jwt-decode": "^2.2.0",
"librelay": "5.2.4",
"lodash": "^4.17.4",
"moment": "^2.20.1",
"morgan": "1.9.1",
"pg": "^7.4.3",
"semantic-ui": "2.3.0",
"semantic-ui-vue": "0.8.1",
"uuid": "^3.1.0",
"vue": "^2.5.9",
"vue-focus": "^2.1.0",
"vue-mq": "^0.2.1",
"vue-router": "^3.0.1",
"vueify": "^9.4.1"
},
"devDependencies": {
"babel-plugin-transform-runtime": "^6.23.0",
"babel-preset-es2015": "^6.24.1",
"eslint": "4.18.2",
"grunt-contrib-watch": "1.0.0"
},
"main": "Gruntfile.js",
"author": "ForstaLabs"
}