2021-03-02 15:49:03 +00:00
|
|
|
{
|
2021-03-04 23:10:20 +00:00
|
|
|
"name": "underscore_stream",
|
|
|
|
"version": "0.0.0",
|
2021-03-02 15:49:03 +00:00
|
|
|
"main": "index.js",
|
2021-03-04 23:10:20 +00:00
|
|
|
"license": "MIT",
|
|
|
|
"scripts": {
|
|
|
|
"start": "yarn parcel index.html"
|
|
|
|
},
|
|
|
|
"devDependencies": {
|
|
|
|
"parcel-bundler": "1.12.3",
|
|
|
|
"sass": "^1.32.8"
|
|
|
|
},
|
|
|
|
"dependencies": {
|
|
|
|
"@peertube/embed-api": "^0.0.4",
|
|
|
|
"axios": "^0.21.1"
|
|
|
|
}
|
2021-03-02 15:49:03 +00:00
|
|
|
}
|