-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathpackage.json
38 lines (38 loc) · 1.05 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
{
"name": "browserd",
"version": "1.0.0",
"description": "Contains the functionality of the consumer and provider of a Webrtc stream in the cloud",
"main": "index.js",
"scripts": {
"bootstrap": "lerna bootstrap --hoist",
"build": "lerna run build",
"test": "lerna run test",
"lint": "lerna run lint",
"start": "lerna exec --scope @browserd/stream-provider -- npm run start",
"clean": "lerna clean --yes",
"dist": "lerna exec --scope @browserd/stream-provider -- npm run dist",
"magic": "npm run bootstrap && npm run build && npm run start"
},
"author": {
"name": "bengreenier",
"email": "[email protected]"
},
"contributors": [
{
"name": "phongcao",
"email": "[email protected]"
},
{
"name": "conradmitchell",
"email": "[email protected]"
}
],
"license": "MIT",
"homepage": "https://github.com/bengreenier/browserd",
"bugs": {
"url": "https://github.com/bengreenier/browserd/issues"
},
"devDependencies": {
"lerna": "^3.15.0"
}
}