mirror of
https://codeberg.org/JasterV/chat_rooms.rs.git
synced 2026-04-26 18:20:03 +00:00
17 lines
342 B
JSON
17 lines
342 B
JSON
{
|
|
"name": "client",
|
|
"version": "1.0.0",
|
|
"description": "",
|
|
"main": "src/main.js",
|
|
"scripts": {
|
|
"start": "parcel src/index.html"
|
|
},
|
|
"keywords": [],
|
|
"author": "Víctor Martínez @JasterV",
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"controller": "^1.0.0",
|
|
"jquery": "^3.5.1",
|
|
"regenerator-runtime": "^0.13.7"
|
|
}
|
|
}
|