From c6b5329e5c77b226a6b0cacd99607fc7650c3a9a Mon Sep 17 00:00:00 2001 From: "Adam T. Carpenter" Date: Wed, 3 Jun 2020 22:00:03 -0400 Subject: actually include bulma data for scss rendering later --- _bulma/node_modules/bulma/package.json | 78 ++++++++++++++++++++++++++++++++++ 1 file changed, 78 insertions(+) create mode 100644 _bulma/node_modules/bulma/package.json (limited to '_bulma/node_modules/bulma/package.json') diff --git a/_bulma/node_modules/bulma/package.json b/_bulma/node_modules/bulma/package.json new file mode 100644 index 0000000..4efc28c --- /dev/null +++ b/_bulma/node_modules/bulma/package.json @@ -0,0 +1,78 @@ +{ + "_from": "bulma", + "_id": "bulma@0.8.2", + "_inBundle": false, + "_integrity": "sha512-vMM/ijYSxX+Sm+nD7Lmc1UgWDy2JcL2nTKqwgEqXuOMU+IGALbXd5MLt/BcjBAPLIx36TtzhzBcSnOP974gcqA==", + "_location": "/bulma", + "_phantomChildren": {}, + "_requested": { + "type": "tag", + "registry": true, + "raw": "bulma", + "name": "bulma", + "escapedName": "bulma", + "rawSpec": "", + "saveSpec": null, + "fetchSpec": "latest" + }, + "_requiredBy": [ + "#USER", + "/" + ], + "_resolved": "https://registry.npmjs.org/bulma/-/bulma-0.8.2.tgz", + "_shasum": "5d928f16ed4a84549c2873f95c92c38c69c631a7", + "_spec": "bulma", + "_where": "/usr/home/atc/src/sites/com/carpentertutoring/_bulma", + "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": "^9.7.6", + "clean-css-cli": "^4.3.0", + "node-sass": "^4.13.1", + "postcss-cli": "^7.1.0", + "rimraf": "^3.0.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", + "unpkg": "css/bulma.css", + "version": "0.8.2" +} -- cgit v1.2.3