This repository has been archived by the owner on Sep 18, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
55 lines (55 loc) · 1.67 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
{
"name": "masq-lib",
"version": "0.0.0",
"description": "",
"license": "LGPL-3.0",
"main": "dist/masq.js",
"module": "src/index.js",
"scripts": {
"install": "npm run build",
"test": "eslint . && concurrently -k -s first \"signalhubws -p 8080\" \"karma start\"",
"build": "webpack -p",
"stats": "webpack --profile --json > stats.json",
"analyze": "webpack-bundle-analyzer ./stats.json ./dist"
},
"repository": {
"type": "git",
"url": "git+https://github.com/QwantResearch/masq-lib.git"
},
"author": "Qwant Research",
"bugs": {
"url": "https://github.com/QwantResearch/masq-lib/issues"
},
"homepage": "https://github.com/QwantResearch/masq-lib#readme",
"dependencies": {
"masq-common": "git+https://github.com/QwantResearch/masq-common#v0.10.1",
"signalhubws": "1.0.12",
"uuid": "^3.3.2",
"webrtc-swarm": "git+https://github.com/QwantResearch/webrtc-swarm#masq"
},
"devDependencies": {
"chai": "^4.2.0",
"concurrently": "^4.1.0",
"es6-promisify": "^6.0.1",
"eslint": "^5.7.0",
"eslint-config-standard": "^12.0.0",
"eslint-plugin-import": "^2.14.0",
"eslint-plugin-mocha": "^5.3.0",
"eslint-plugin-node": "^7.0.1",
"eslint-plugin-promise": "^4.0.1",
"eslint-plugin-standard": "^4.0.0",
"hyperdb": "^3.5.0",
"karma": "^4.0.1",
"karma-chai": "^0.1.0",
"karma-chrome-launcher": "^2.2.0",
"karma-mocha": "^1.3.0",
"karma-sourcemap-loader": "^0.3.7",
"karma-webpack": "^3.0.5",
"mocha": "^6.0.2",
"puppeteer": "^1.13.0",
"random-access-memory": "^3.1.1",
"webpack": "^4.20.2",
"webpack-bundle-analyzer": "^3.0.3",
"webpack-cli": "^3.1.2"
}
}