forked from TeamCodeStream/codestream-server
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
16 lines (16 loc) · 705 Bytes
/
package.json
File metadata and controls
16 lines (16 loc) · 705 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
{
"name": "codestream-server",
"version": "1.0.0",
"description": "CodeStream server components",
"scripts": {
"install-all": "echo API && cd api_server && npm i --no-save && echo BROADCASTER && cd ../broadcaster && npm i --no-save && echo INBOUND_EMAIL && cd ../inbound_email && npm i --no-save && echo OUTBOUND_EMAIL && cd ../outbound_email && npm i --no-save && echo ONPREM_ADMIN && cd ../onprem_admin && npm i --no-save"
},
"repository": {
"type": "git",
"url": "git+https://github.com/teamcodestream/codestream-server.git"
},
"bugs": {
"url": "https://github.com/teamcodestream/codestream-server/issues"
},
"homepage": "https://github.com/teamcodestream/codestream-server#readme"
}