summaryrefslogtreecommitdiff
path: root/_bulma/node_modules/bulma/package.json
diff options
context:
space:
mode:
Diffstat (limited to '_bulma/node_modules/bulma/package.json')
-rw-r--r--_bulma/node_modules/bulma/package.json78
1 files changed, 0 insertions, 78 deletions
diff --git a/_bulma/node_modules/bulma/package.json b/_bulma/node_modules/bulma/package.json
deleted file mode 100644
index 4efc28c..0000000
--- a/_bulma/node_modules/bulma/package.json
+++ /dev/null
@@ -1,78 +0,0 @@
-{
- "_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"
-}