2021-04-16 19:30:50 +00:00
{
"name" : "bapsicle" ,
2021-04-19 14:45:20 +00:00
"nice_name" : "BAPSicle" ,
2021-04-27 19:55:07 +00:00
"version" : "3.0.0" ,
2021-04-19 14:45:20 +00:00
"description" : "BAPS3, the third generation of University Radio York's Broadcast and Presenting Suite. This package includes the Server (BAPSicle) and Presenter (WebStudio)" ,
2021-04-16 19:30:50 +00:00
"main" : "index.js" ,
"directories" : {
"doc" : "docs" ,
"test" : "tests"
} ,
"scripts" : {
"presenter-install" : "cd presenter && git submodule update --init && yarn --network-timeout 100000" ,
2021-09-08 22:49:08 +00:00
"presenter-make" : "npm run presenter-install && (rm -r presenter-build || true) && cd presenter && yarn build-baps && cp -r build ../presenter-build && cd ../ && npm install" ,
2021-04-16 19:30:50 +00:00
"test" : "echo \"Error: no test specified\" && exit 1" ,
"presenter-start" : "cd presenter && yarn start"
} ,
"repository" : {
"type" : "git" ,
"url" : "git+https://github.com/universityradioyork/bapsicle.git"
} ,
2021-04-19 14:45:20 +00:00
"author" : "University Radio York" ,
2021-04-16 19:30:50 +00:00
"license" : "ISC" ,
"bugs" : {
"url" : "https://github.com/universityradioyork/bapsicle/issues"
} ,
"homepage" : "https://github.com/universityradioyork/bapsicle#readme"
}