-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
36 lines (36 loc) · 970 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
{
"name": "@bbc/audio-orchestration-cloud-sync-client",
"version": "0.1.0",
"description": "Library implementing client code for cloud synchronisation",
"main": "dist/browser/CloudSyncKit.js",
"files": [
"dist"
],
"repository": {
"type": "git",
"url": "git+https://github.com/bbc/audio-orchestration.git"
},
"author": "BBC",
"license": "Apache-2.0",
"dependencies": {
"buffer": "^6.0.3",
"dvbcss-clocks": "^0.0.4",
"dvbcss-protocols": "^0.0.4",
"events": "^3.0.0",
"inherits": "^2.0.1",
"mdn-polyfills": "^3.6.0",
"mqtt": "^4.2.8",
"url": "^0.11.0",
"url-parse": "^1.5.9",
"weak-map": "^1.0.5"
},
"devDependencies": {},
"scripts": {
"build": "webpack --mode=production",
"build:dev": "webpack --mode=development",
"dev": "webpack --mode=development --watch",
"test": "echo no tests defined",
"lint": "echo no linting defined",
"doc": "echo no doc task defined"
}
}