mirror of
https://git.adityakumar.xyz/hugo-theme-introduction.git
synced 2024-11-08 22:49:44 +00:00
Cleanup gitignore
This commit is contained in:
parent
0c4c76f065
commit
f050249a54
3 changed files with 200 additions and 3 deletions
3
.gitignore
vendored
3
.gitignore
vendored
|
@ -1,4 +1 @@
|
|||
node_modules/
|
||||
gulpfile.js
|
||||
package.json
|
||||
exampleSite/public
|
||||
|
|
77
assets/vendor/bulma/package.json
vendored
Normal file
77
assets/vendor/bulma/package.json
vendored
Normal file
|
@ -0,0 +1,77 @@
|
|||
{
|
||||
"_from": "bulma@0.7.1",
|
||||
"_id": "bulma@0.7.1",
|
||||
"_inBundle": false,
|
||||
"_integrity": "sha512-wRSO2LXB+qI9Pyz2id+uZr4quz5aftSN7Ay1ysr1+krzVp3utD+Ci4CeKuZdrYGc800t65b7heXBL6qw2Wo/lQ==",
|
||||
"_location": "/bulma",
|
||||
"_phantomChildren": {},
|
||||
"_requested": {
|
||||
"type": "version",
|
||||
"registry": true,
|
||||
"raw": "bulma@0.7.1",
|
||||
"name": "bulma",
|
||||
"escapedName": "bulma",
|
||||
"rawSpec": "0.7.1",
|
||||
"saveSpec": null,
|
||||
"fetchSpec": "0.7.1"
|
||||
},
|
||||
"_requiredBy": [
|
||||
"#USER",
|
||||
"/"
|
||||
],
|
||||
"_resolved": "https://registry.npmjs.org/bulma/-/bulma-0.7.1.tgz",
|
||||
"_shasum": "73c2e3b2930c90cc272029cbd19918b493fca486",
|
||||
"_spec": "bulma@0.7.1",
|
||||
"_where": "/Users/jthomas/Desktop",
|
||||
"author": {
|
||||
"name": "Jeremy Thomas",
|
||||
"email": "bbxdesign@gmail.com",
|
||||
"url": "https://jgthms.com"
|
||||
},
|
||||
"bugs": {
|
||||
"url": "https://github.com/jgthms/bulma/issues"
|
||||
},
|
||||
"bundleDependencies": false,
|
||||
"deprecated": false,
|
||||
"description": "Modern CSS framework based on Flexbox",
|
||||
"devDependencies": {
|
||||
"autoprefixer": "^8.2.0",
|
||||
"clean-css-cli": "^4.1.11",
|
||||
"node-sass": "^4.8.3",
|
||||
"postcss-cli": "^5.0.0",
|
||||
"rimraf": "^2.6.2"
|
||||
},
|
||||
"files": [
|
||||
"css",
|
||||
"sass",
|
||||
"bulma.sass",
|
||||
"LICENSE",
|
||||
"README.md"
|
||||
],
|
||||
"homepage": "https://bulma.io",
|
||||
"keywords": [
|
||||
"css",
|
||||
"sass",
|
||||
"flexbox",
|
||||
"responsive",
|
||||
"framework"
|
||||
],
|
||||
"license": "MIT",
|
||||
"main": "bulma.sass",
|
||||
"name": "bulma",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git+https://github.com/jgthms/bulma.git"
|
||||
},
|
||||
"scripts": {
|
||||
"build": "npm run build-clean && npm run build-sass && npm run build-autoprefix && npm run build-cleancss",
|
||||
"build-autoprefix": "postcss --use autoprefixer --map false --output css/bulma.css css/bulma.css",
|
||||
"build-clean": "rimraf css",
|
||||
"build-cleancss": "cleancss -o css/bulma.min.css css/bulma.css",
|
||||
"build-sass": "node-sass --output-style expanded --source-map true bulma.sass css/bulma.css",
|
||||
"deploy": "npm run build",
|
||||
"start": "npm run build-sass -- --watch"
|
||||
},
|
||||
"style": "bulma/css/bulma.min.css",
|
||||
"version": "0.7.1"
|
||||
}
|
123
assets/vendor/fontawesome-free/package.json
vendored
Normal file
123
assets/vendor/fontawesome-free/package.json
vendored
Normal file
|
@ -0,0 +1,123 @@
|
|||
{
|
||||
"_args": [
|
||||
[
|
||||
"@fortawesome/fontawesome-free",
|
||||
"/home/bschumacher/code/hugo/introduction"
|
||||
]
|
||||
],
|
||||
"_from": "@fortawesome/fontawesome-free@latest",
|
||||
"_id": "@fortawesome/fontawesome-free@5.1.0",
|
||||
"_inCache": true,
|
||||
"_installable": true,
|
||||
"_location": "/@fortawesome/fontawesome-free",
|
||||
"_nodeVersion": "8.9.1",
|
||||
"_npmOperationalInternal": {
|
||||
"host": "s3://npm-registry-packages",
|
||||
"tmp": "tmp/fontawesome-free_5.1.0_1529524911845_0.6784977780003354"
|
||||
},
|
||||
"_npmUser": {
|
||||
"email": "robmadole@gmail.com",
|
||||
"name": "robmadole"
|
||||
},
|
||||
"_npmVersion": "6.0.0",
|
||||
"_phantomChildren": {},
|
||||
"_requested": {
|
||||
"name": "@fortawesome/fontawesome-free",
|
||||
"raw": "@fortawesome/fontawesome-free",
|
||||
"rawSpec": "",
|
||||
"scope": "@fortawesome",
|
||||
"spec": "latest",
|
||||
"type": "tag"
|
||||
},
|
||||
"_requiredBy": [
|
||||
"/"
|
||||
],
|
||||
"_resolved": "https://registry.npmjs.org/@fortawesome/fontawesome-free/-/fontawesome-free-5.1.0.tgz",
|
||||
"_shasum": "f35f5ba91366b7a58b0b6a4f22ff0907fe002219",
|
||||
"_shrinkwrap": null,
|
||||
"_spec": "@fortawesome/fontawesome-free",
|
||||
"_where": "/home/bschumacher/code/hugo/introduction",
|
||||
"author": {
|
||||
"email": "dave@fontawesome.com",
|
||||
"name": "Dave Gandy",
|
||||
"url": "http://twitter.com/davegandy"
|
||||
},
|
||||
"bugs": {
|
||||
"url": "http://github.com/FortAwesome/Font-Awesome/issues"
|
||||
},
|
||||
"contributors": [
|
||||
{
|
||||
"name": "Brian Talbot",
|
||||
"url": "http://twitter.com/talbs"
|
||||
},
|
||||
{
|
||||
"name": "Travis Chase",
|
||||
"url": "http://twitter.com/supercodepoet"
|
||||
},
|
||||
{
|
||||
"name": "Rob Madole",
|
||||
"url": "http://twitter.com/robmadole"
|
||||
},
|
||||
{
|
||||
"name": "Geremia Taglialatela",
|
||||
"url": "http://twitter.com/gtagliala"
|
||||
},
|
||||
{
|
||||
"name": "Mike Wilkerson",
|
||||
"url": "http://twitter.com/mw77"
|
||||
}
|
||||
],
|
||||
"dependencies": {},
|
||||
"description": "The iconic font, CSS, and SVG framework",
|
||||
"devDependencies": {},
|
||||
"directories": {},
|
||||
"dist": {
|
||||
"fileCount": 1335,
|
||||
"integrity": "sha512-0XHj3cIq7OiG2v79UldqDHLFndLXxq0hbNTvsi7zDbLXiBtMkX+exuVUX466cajlSV8rkLiwa7GhTcMIKR1ajQ==",
|
||||
"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJbKrKwCRA9TVsSAnZWagAAec4P/3k6BJKDady9yrx1QtGJ\nLuzdX8awRd3JNBdHS3PcugEUOTHz6/XS3+lq5DFyXRpEFdeTirmmElUVBxeQ\nyw65AyT3cOEzWanJsXCCT4OfacRG05O74+g11f8+59f4Z8T4MpBlSo7ZAhis\nshPbw9W/yzxAkFrNnZ+NEGCq1CXaJG+SvNH+PVBX7SHUHsIbj9QVuYIdvgvI\nIM520ILmHCmdosIcKpFP06qmdvICE2xLNaEdYqRplBMQxXVdPKWfLQAbpbmD\n4XGN+A7YRhwywOpd+uqt4ou8rveSWBoZdFS4s6XGrRXAygY827+481gnSq5E\nm6RMylfpf1hkrQ+k4VQRnO0S/TlS3Sb21JSqOOFfF3rwnUT3GeLlimbaAK/I\nI9pOp0lpLKFdLPln/JYR5T880aRguW1ZjpAcwp5klNgnWq3A7C4O+hZ4HEBG\nYw1OvOL/swhUgTZ4VB7/iAxTwXsey0FmxjtCIelyH0p7BOgzLTf5MXM4LysP\ntNHr8FzplbsnxQ6d08WfZ//XFBGlb2xAbLjnXyYt81RMJ7lSviVIdk1iHYOn\nBS+4SXSFCVtWZRUEoTg19w9pJJXIk8K/E0kRv4qGwoAAANVBsfuYkLpNppYq\nEdIYZL9i2bBpTrdmBvbQdqbtaJ4DIlDkne+UUR8oGvh6M2MKFmuUstDtMZ9D\nxnjp\r\n=vZkU\r\n-----END PGP SIGNATURE-----\r\n",
|
||||
"shasum": "f35f5ba91366b7a58b0b6a4f22ff0907fe002219",
|
||||
"tarball": "https://registry.npmjs.org/@fortawesome/fontawesome-free/-/fontawesome-free-5.1.0.tgz",
|
||||
"unpackedSize": 6844051
|
||||
},
|
||||
"engines": {
|
||||
"node": ">=6"
|
||||
},
|
||||
"homepage": "https://fontawesome.com",
|
||||
"keywords": [
|
||||
"awesome",
|
||||
"bootstrap",
|
||||
"font",
|
||||
"fontawesome",
|
||||
"icon",
|
||||
"svg"
|
||||
],
|
||||
"license": "(CC-BY-4.0 AND OFL-1.1 AND MIT)",
|
||||
"main": "js/fontawesome.js",
|
||||
"maintainers": [
|
||||
{
|
||||
"name": "fortawesome-admin",
|
||||
"email": "admin@fortawesome.com"
|
||||
},
|
||||
{
|
||||
"name": "mwilkerson",
|
||||
"email": "mwilkerson@gmail.com"
|
||||
},
|
||||
{
|
||||
"name": "robmadole",
|
||||
"email": "robmadole@gmail.com"
|
||||
},
|
||||
{
|
||||
"name": "supercodepoet",
|
||||
"email": "travis@travischase.me"
|
||||
}
|
||||
],
|
||||
"name": "@fortawesome/fontawesome-free",
|
||||
"optionalDependencies": {},
|
||||
"readme": "ERROR: No README data found!",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git+https://github.com/FortAwesome/Font-Awesome.git"
|
||||
},
|
||||
"style": "css/fontawesome.css",
|
||||
"version": "5.1.0"
|
||||
}
|
Loading…
Reference in a new issue