-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
45 lines (45 loc) · 1.22 KB
/
Copy pathpackage.json
File metadata and controls
45 lines (45 loc) · 1.22 KB
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
{
"name": "@amid.ukr/virtual-network-framework",
"version": "0.2.1",
"description": "Virtual Network Framework",
"main": "dist/main.js",
"scripts": {
"test": "karma start --single-run",
"codecov": "codecov",
"start": "http-server",
"build": "webpack"
},
"repository": {
"type": "git",
"url": "git+https://github.com/amidukr/virtual-network-framework-js.git"
},
"keywords": [
"webrtc",
"js",
"javascript"
],
"author": "Dmytro Brazhnyk <amid.ukr@gmail.com>",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/amidukr/virtual-network-framework-js/issues"
},
"homepage": "https://github.com/amidukr/virtual-network-framework-js#readme",
"devDependencies": {
"@babel/core": "^7.6.2",
"@babel/preset-env": "^7.6.2",
"codecov": "^3.6.1",
"http-server": "^13.0.0",
"karma": "^6.3.4",
"karma-babel-preprocessor": "^8.0.1",
"karma-chrome-launcher": "^3.1.0",
"karma-commonjs": "^1.0.0",
"karma-coverage": "^2.0.1",
"karma-failed-reporter": "0.0.3",
"karma-firefox-launcher": "^1.2.0",
"karma-qunit": "^4.0.0",
"karma-spec-reporter": "0.0.32",
"qunit": "^2.9.2",
"webpack": "^5.50.0",
"webpack-cli": "^4.8.0"
}
}