1
0
mirror of https://github.com/privacyguides/privacyguides.org.git synced 2025-08-29 14:19:23 +00:00

Use npm for bootstrap and fontawesome-pro assets

This commit is contained in:
2021-01-15 01:36:48 -06:00
parent 130e497b5e
commit 6d6382c1dd
104 changed files with 152 additions and 20713 deletions

24
package.json Normal file
View File

@@ -0,0 +1,24 @@
{
"name": "privacyguides",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/privacyguides/privacyguides.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/privacyguides/privacyguides/issues"
},
"homepage": "https://github.com/privacyguides/privacyguides#readme",
"dependencies": {
"@fortawesome/fontawesome-pro": "^6.0.0-alpha2",
"bootstrap": "^4.5.3"
}
}