forked from webtor-io/embed-sdk-js
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
46 lines (46 loc) · 1.14 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
{
"name": "@webtor/embed-sdk-js",
"version": "0.2.17",
"description": "Webtor.io embed SDK for online torrent streaming and download on your site",
"main": "src/index.js",
"browserslist": "> 2%, not dead",
"repository": {
"type": "git",
"url": "https://github.com/webtor-io/embed-sdk-js"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "webpack --mode production",
"watch": "webpack --watch",
"example": "http-server"
},
"files": [
"dist/"
],
"keywords": [
"webtor",
"torrent",
"streaming",
"sdk",
"player"
],
"homepage": "https://webtor.io",
"author": "Pavel Tatarskiy",
"license": "MIT",
"devDependencies": {
"@babel/core": "^7.7.7",
"@babel/plugin-proposal-class-properties": "^7.7.4",
"@babel/plugin-transform-runtime": "^7.7.6",
"@babel/preset-env": "^7.7.7",
"babel-loader": "^8.0.6",
"http-server": "^0.12.3",
"terser-webpack-plugin": "^2.3.2",
"webpack": "^4.41.5",
"webpack-cli": "^3.3.10"
},
"dependencies": {
"@babel/runtime": "^7.7.7",
"debug": "^4.1.1",
"iframe-resizer": "^4.2.9"
}
}