mirror of
https://github.com/privacyguides/privacyguides.org
synced 2024-11-10 13:13:35 +01:00
31 lines
1.1 KiB
JSON
31 lines
1.1 KiB
JSON
{
|
|
"name": "privacyguides",
|
|
"version": "1.0.0",
|
|
"description": "",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"assets:copy:js": "cp node_modules/bootstrap/dist/js/bootstrap.bundle.min.js assets/js/vendor/ && cp node_modules/jquery/dist/jquery.min.js assets/js/vendor/",
|
|
"assets:copy:icons": "mkdir -p assets/fonts/vendor/fontawesome && cp -R \"node_modules/@fortawesome/fontawesome-pro/\" assets/fonts/vendor/fontawesome",
|
|
"assets:install": "npm run assets:copy:js && npm run assets:copy:icons",
|
|
"build": "npm run assets:install && bundle exec jekyll build",
|
|
"serve": "npm run assets:install && bundle exec jekyll serve --incremental --livereload"
|
|
},
|
|
"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",
|
|
"jquery": "^3.5.1",
|
|
"popper.js": "^1.16.1"
|
|
}
|
|
}
|