-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
87 lines (87 loc) · 2.25 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
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
{
"name": "juxtapose",
"version": "1.5.7",
"description": "Self hosted glue for internal tools",
"main": "src/backend/index.js",
"directories": {
"doc": "docs",
"test": "test"
},
"dependencies": {
"@slack/web-api": "^6.2.4",
"ajv": "^5.5.1",
"batchflow": "^0.4.0",
"bcrypt": "^5.0.0",
"body-parser": "^1.18.1",
"compression": "^1.7.0",
"config": "^1.26.2",
"ejs": "^2.5.7",
"express": "^4.15.4",
"express-winston": "^2.4.0",
"googleapis": "^34.0.0",
"gravatar": "^1.6.0",
"html-entities": "^1.2.1",
"json-schema-ref-parser": "^3.3.1",
"jsonwebtoken": "^8.0.1",
"knex": "^0.13.0",
"ldap-authentication": "^2.2.7",
"liquidjs": "^3.1.0",
"lodash": "^4.17.4",
"moment": "^2.21.0",
"mysql": "^2.14.1",
"node-rsa": "^0.4.2",
"node-xmpp": "^1.1.0",
"objection": "^0.8.9",
"path": "^0.12.7",
"proxy-agent": "^3.0.3",
"pushover-notifications": "^1.0.0",
"signale": "^1.1.0",
"winston": "^2.3.1"
},
"devDependencies": {
"babel-core": "^6.26.3",
"babel-loader": "^7.1.4",
"babel-minify-webpack-plugin": "^0.3.1",
"babel-preset-env": "^1.7.0",
"backbone": "1.3.3",
"backbone-virtual-collection": "^0.6.15",
"backbone.marionette": "3.4.1",
"backbone.radio": "2.0.0",
"bootstrap": "^3.3.7",
"codemirror": "^5.35.0",
"del": "^3.0.0",
"ejs-loader": "^0.3.0",
"font-awesome": "^4.7.0",
"form-serializer": "^2.5.0",
"gulp": "^4.0.2",
"gulp-bump": "^3.2.0",
"gulp-concat-util": "^0.5.5",
"gulp-ejs": "^3.0.1",
"gulp-imagemin": "^3.3.0",
"gulp-sass": "^5.1.0",
"gulp-util": "^3.0.8",
"image-size": "^0.6.1",
"jquery": "^3.2.1",
"jquery-serializejson": "^2.8.1",
"muuri": "^0.5.4",
"node-sass": "^9.0.0",
"nodemon": "^1.12.1",
"normalize-css": "^2.3.1",
"numeral": "^2.0.6",
"prepack-webpack-plugin": "^1.1.0",
"underscore": "^1.8.3",
"webpack": "^4.12.0",
"webpack-cli": "^3.0.8",
"webpack-stream": "^4.0.0",
"webpack-visualizer-plugin": "^0.1.11"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"signale": {
"displayDate": true,
"displayTimestamp": true
},
"author": "",
"license": "MIT"
}