-
Notifications
You must be signed in to change notification settings - Fork 10
/
package.json
72 lines (72 loc) · 2.26 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
{
"name": "relay-web-app",
"productName": "Forsta Messenger",
"version": "0.92.3",
"engines": {
"node": "8",
"npm": "5"
},
"cacheDirectories": [
"components",
"node_modules"
],
"repository": {
"type": "git",
"url": "git+https://github.com/forstalabs/relay-web-app.git"
},
"scripts": {
"heroku-postbuild": "make",
"start": "node server/start.js",
"startElectron": "make run-electron",
"test": "JEST_PUPPETEER_CONFIG=tests/.jest-puppeteer.config.js jest",
"test-debug": "JEST_PUPPETEER_CONFIG=tests/.jest-puppeteer.config.js HEADLESS=false jest",
"test-debug-node": "JEST_PUPPETEER_CONFIG=tests/.jest-puppeteer.config.js HEADLESS=false node --inspect-brk node_modules/.bin/jest"
},
"jest": {
"verbose": false,
"preset": "jest-puppeteer",
"rootDir": "tests"
},
"bugs": {
"url": "https://github.com/forstalabs/relay-web-app/issues"
},
"homepage": "https://github.com/forstalabs/relay-web-app",
"main": "./electron/main.js",
"dependencies": {
"bower": "1.8.8",
"emoji-datasource": "4.0.3",
"emoji-datasource-google": "4.0.3",
"emoji-js": "3.4.0",
"express": "4.16.4",
"express-prom-bundle": "5.0.2",
"grunt": "1.0.4",
"grunt-cli": "1.2.0",
"grunt-concurrent": "2.3.1",
"grunt-contrib-concat": "1.0.1",
"grunt-contrib-copy": "1.0.0",
"grunt-contrib-sass": "1.0.0",
"grunt-contrib-uglify-es": "github:gruntjs/grunt-contrib-uglify#ccb95a70cad6a4",
"http-proxy": "1.16.2",
"ifrpc": "2.0.0",
"librelay-web": "github:ForstaLabs/librelay-web#e54b30dd662ed69be6d984dc82e2a5a7a4e7b612",
"libsignal-protocol": "github:ForstaLabs/libsignal-protocol-javascript#3f30b444d944a61930943974d8507e90eb3b45cb",
"morgan": "1.9.1",
"pdfjs-dist": "2.0.943",
"prom-client": "11.2.1",
"quill": "1.3.6",
"quill-delta-to-html": "0.10.3",
"semantic-ui": "2.2.14",
"uglify-es": "github:mishoo/uglifyjs2#569757d14dbbe04f66af65d7bf0600b3a75efd96",
"webrtc-adapter": "7.2.4"
},
"devDependencies": {
"electron": "2.0.0-beta.7",
"electron-context-menu": "0.9.1",
"electron-packager": "12.0.1",
"eslint": "4.19.1",
"grunt-contrib-watch": "1.1.0",
"jest": "24.4.0",
"jest-puppeteer": "4.0.0",
"puppeteer": "1.13.0"
}
}