Add bootstrap to dependencies again.

This commit is contained in:
2019-11-03 23:49:16 +00:00
parent b7f74c5802
commit ba2c727c32
9 changed files with 713 additions and 395 deletions

View File

@@ -0,0 +1,13 @@
{
"name": "DiscImageChef.Server",
"version": "4.5.99.1663",
"description": "Server component for The Disc Image Chef",
"private": true,
"author": "Natalia Portillo <claunia@claunia.com>",
"homepage": "https://discimagechef.app",
"license": "LGPL",
"repository": "github:discimagechef/DiscImageChef.Server",
"dependencies": {
"bootstrap": "^4.3.1"
}
}