-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
38 lines (38 loc) · 974 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
32
33
34
35
36
37
38
{
"name": "blastream",
"version": "1.0.8",
"description": "package to play with blastream Rest API easily through a node module",
"type": "commonjs",
"main": "build/blastream.js",
"scripts": {
"build": "webpack"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Blastream/blastream-nodejs-sdk"
},
"keywords": [
"blastream",
"live",
"video"
],
"author": "Stream Invaders",
"license": "ISC",
"bugs": {
"url": "https://github.com/blastream/blastream-nodejs-sdk/issues"
},
"homepage": "https://github.com/blastream/blastream-nodejs-sdk#readme",
"dependencies": {
"form-data": "^4.0.0",
"node-fetch": "^2.6.7"
},
"devDependencies": {
"babel-cli": "^6.26.0",
"babel-loader": "^7.1.5",
"babel-plugin-transform-runtime": "^6.23.0",
"babel-plugin-wildcard": "^5.0.0",
"babel-preset-env": "^1.7.0",
"babel-register": "^6.26.0",
"regenerator-runtime": "^0.13.9"
}
}