2021-01-15 02:36:48 -05:00
|
|
|
{
|
|
|
|
"name": "privacyguides",
|
|
|
|
"version": "1.0.0",
|
|
|
|
"description": "",
|
|
|
|
"main": "index.js",
|
|
|
|
"scripts": {
|
2021-05-03 22:13:50 -04:00
|
|
|
"assets:copy:js": "mkdir -p assets/js/vendor && cp node_modules/bootstrap/dist/js/bootstrap.bundle.min.* assets/js/vendor/",
|
2021-05-01 17:24:18 -04:00
|
|
|
"assets:copy:icons": "mkdir -p assets/fonts/vendor/fontawesome && cp -a \"node_modules/@fortawesome/fontawesome-pro/.\" assets/fonts/vendor/fontawesome/",
|
2021-02-22 11:47:35 -05:00
|
|
|
"assets:install": "npm run assets:copy:js && npm run assets:copy:icons",
|
|
|
|
"build": "npm run assets:install && bundle exec jekyll build",
|
2021-05-02 20:49:21 -04:00
|
|
|
"serve": "npm run assets:install && bundle exec jekyll serve --livereload"
|
2021-01-15 02:36:48 -05:00
|
|
|
},
|
|
|
|
"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": {
|
2021-09-25 04:01:42 -04:00
|
|
|
"@fortawesome/fontawesome-pro": "^6.0.0-beta2",
|
2021-09-11 19:08:19 -04:00
|
|
|
"bootstrap": "^5.1.1"
|
2021-01-15 02:36:48 -05:00
|
|
|
}
|
|
|
|
}
|