-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
63 lines (63 loc) · 1.61 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
{
"name": "forsta-compliance-monitor",
"version": "0.4.0",
"description": "Forsta Compliance Monitor",
"engines": {
"node": "8"
},
"repository": "ForstaLabs/forsta-compliance-monitor",
"keywords": [
"forsta",
"e-discovery",
"bot"
],
"license": "GPL-3.0",
"bugs": {
"url": "https://github.com/ForstaLabs/forsta-compliance-monitor/issues"
},
"homepage": "https://github.com/ForstaLabs/forsta-compliance-monitor#readme",
"scripts": {
"postinstall": "SKIP_PACKAGES=1 make",
"start": "node server"
},
"bin": {
"compliance-monitor": "./server/index.js"
},
"dependencies": {
"adm-zip": "^0.4.7",
"browserify": "^14.5.0",
"csv-stringify": "2.0.0",
"d3": "^4.13.0",
"envify": "^4.1.0",
"express": "4.16.2",
"grunt": "1.0.1",
"grunt-browserify": "^5.2.0",
"grunt-cli": "1.2.0",
"grunt-contrib-clean": "^1.1.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",
"heroku-ssl-redirect": "0.0.4",
"jquery": "3.4.0",
"jsonwebtoken": "^8.1.0",
"jwt-decode": "^2.2.0",
"librelay": "4.5.0",
"lodash": "^4.17.4",
"moment": "^2.20.1",
"morgan": "1.9.1",
"semantic-ui": "2.3.0",
"semantic-ui-vue": "^0.2.10",
"swearjar": "^0.2.0",
"uuid": "^3.1.0",
"vue": "^2.5.9",
"vue-focus": "^2.1.0",
"vue-router": "^3.0.1",
"vueify": "^9.4.1"
},
"devDependencies": {
"eslint": "4.18.2",
"grunt-contrib-watch": "1.0.0"
}
}