-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
41 lines (41 loc) · 1.04 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
{
"name": "bizzowebmediacapture-bwmc",
"version": "1.0.0",
"description": "A wrapper for Web Media Capture API to be used as lib for Mendix Widgets ",
"main": "index.js",
"scripts": {
"build": "webpack --config webpack.config.js",
"dev-server": "webpack-dev-server --open"
},
"repository": {
"type": "git",
"url": "git+https://github.com/bizzomate/BizzoWebMediaCapture-BWMC.git"
},
"keywords": [
"Web",
"Media",
"Capture",
"Audio",
"Input",
"Output",
"I/O",
"Camera",
"Microphone",
"Video"
],
"author": "Osama Najjar",
"license": "MIT",
"bugs": {
"url": "https://github.com/bizzomate/BizzoWebMediaCapture-BWMC/issues"
},
"homepage": "https://github.com/bizzomate/BizzoWebMediaCapture-BWMC#readme",
"devDependencies": {
"babel-core": "^6.26.3",
"babel-loader": "^7.1.5",
"babel-plugin-transform-object-rest-spread": "^6.26.0",
"babel-preset-env": "^1.7.0",
"webpack": "^4.16.2",
"webpack-cli": "^3.1.0",
"webpack-dev-server": "^3.1.5"
}
}