mirror of
https://github.com/privacyguides/privacyguides.org
synced 2024-11-10 21:23:41 +01:00
25 lines
596 B
JSON
25 lines
596 B
JSON
{
|
|
"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"
|
|
}
|
|
}
|