chat_rooms.rs/client/package.json
2020-11-15 02:48:44 +01:00

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"
}
}