{
  "_args": [
    [
      {
        "raw": "bulma@^0.5.3",
        "scope": null,
        "escapedName": "bulma",
        "name": "bulma",
        "rawSpec": "^0.5.3",
        "spec": ">=0.5.3 <0.6.0",
        "type": "range"
      },
      "/var/www/html/dev"
    ]
  ],
  "_from": "bulma@>=0.5.3 <0.6.0",
  "_id": "bulma@0.5.3",
  "_inCache": true,
  "_location": "/bulma",
  "_nodeVersion": "6.11.0",
  "_npmOperationalInternal": {
    "host": "s3://npm-registry-packages",
    "tmp": "tmp/bulma-0.5.3.tgz_1505774524034_0.8454722976312041"
  },
  "_npmUser": {
    "name": "jgthms",
    "email": "bbxdesign@gmail.com"
  },
  "_npmVersion": "3.10.10",
  "_phantomChildren": {},
  "_requested": {
    "raw": "bulma@^0.5.3",
    "scope": null,
    "escapedName": "bulma",
    "name": "bulma",
    "rawSpec": "^0.5.3",
    "spec": ">=0.5.3 <0.6.0",
    "type": "range"
  },
  "_requiredBy": [
    "/"
  ],
  "_resolved": "https://registry.npmjs.org/bulma/-/bulma-0.5.3.tgz",
  "_shasum": "be93afb6246192505c30df3f9c1c29a97d319a13",
  "_shrinkwrap": null,
  "_spec": "bulma@^0.5.3",
  "_where": "/var/www/html/dev",
  "author": {
    "name": "Jeremy Thomas",
    "email": "bbxdesign@gmail.com",
    "url": "http://jgthms.com"
  },
  "bugs": {
    "url": "https://github.com/jgthms/bulma/issues"
  },
  "dependencies": {},
  "description": "Modern CSS framework based on Flexbox",
  "devDependencies": {
    "autoprefixer": "^7.1.1",
    "node-sass": "^4.5.3",
    "postcss-cli": "^4.1.0",
    "rimraf": "^2.6.1"
  },
  "directories": {},
  "dist": {
    "shasum": "be93afb6246192505c30df3f9c1c29a97d319a13",
    "tarball": "https://registry.npmjs.org/bulma/-/bulma-0.5.3.tgz"
  },
  "files": [
    "css",
    "sass",
    "bulma.sass",
    "LICENSE",
    "README.md"
  ],
  "gitHead": "f4ca63d1cea0b78d3aa0464d4dc3dfca15d2bb60",
  "homepage": "http://bulma.io",
  "keywords": [
    "css",
    "sass",
    "flexbox",
    "responsive",
    "framework"
  ],
  "license": "MIT",
  "main": "bulma.sass",
  "maintainers": [
    {
      "name": "jgthms",
      "email": "bbxdesign@gmail.com"
    }
  ],
  "name": "bulma",
  "optionalDependencies": {},
  "readme": "ERROR: No README data found!",
  "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",
    "build-autoprefix": "postcss --use autoprefixer --map false --output css/bulma.css css/bulma.css",
    "build-clean": "rimraf css",
    "build-sass": "node-sass --output-style expanded --source-map true bulma.sass css/bulma.css",
    "deploy": "npm run build && npm run docs",
    "docs": "npm run docs-sass && npm run docs-autoprefix",
    "docs-autoprefix": "postcss --use autoprefixer --map false --output docs/css/bulma-docs.css docs/css/bulma-docs.css",
    "docs-sass": "node-sass --output-style expanded docs/bulma-docs.sass docs/css/bulma-docs.css",
    "start": "npm run build-sass -- --watch",
    "start-docs": "npm run docs-sass -- --watch",
    "start-test": "npm run test-sass -- --watch",
    "test-sass": "node-sass --output-style expanded docs/bulma-test.sass docs/css/bulma-test.css"
  },
  "style": "bulma/css/bulma.css",
  "version": "0.5.3"
}
