forked from Glimesh/janus-ftl-player
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
31 lines (31 loc) · 937 Bytes
/
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
{
"name": "janus-ftl-player",
"version": "0.0.2-alpha",
"description": "Simple player for Janus FTL streams",
"main": "dist/main.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"watch": "webpack --config webpack.config.js --watch",
"build": "webpack --config webpack.config.js --mode production"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Glimesh/janus-ftl-player.git"
},
"author": "Hayden McAfee <hayden@outlook.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/Glimesh/janus-ftl-player/issues"
},
"homepage": "https://github.com/Glimesh/janus-ftl-player#readme",
"devDependencies": {
"exports-loader": "^1.1.0",
"ts-loader": "^8.0.2",
"typescript": "^3.9.7",
"webpack": "^4.44.1",
"webpack-cli": "^3.3.12"
},
"dependencies": {
"janus-gateway": "git://github.com/meetecho/janus-gateway.git"
}
}