{
  "author": {
    "name": "Michael S. Mikowski",
    "email": "mike.mikowski@gmail.com"
  },
  "bugs": {
    "url": "https://github.com/mmikowski/powercss/issues"
  },
  "bundleDependencies": false,
  "dependencies": {},
  "deprecated": false,
  "description": "Unleash PowerCSS to create custom styling for every user of your web application. PowerCSS uses merging, caching, compression, and double-buffering to exceed the speed and flexibility of static CSS. https://www.youtube.com/watch?v=rnkMjzhxw4s",
  "devDependencies": {
    "coveralls": "2.13.1",
    "istanbul": "0.4.5",
    "jsdom": "11.1.0",
    "jslint": "0.11.0",
    "nodeunit": "0.11.1"
  },
  "homepage": "https://github.com/mmikowski/powercss",
  "keywords": [
    "alive-css",
    "css",
    "css-alive",
    "css-js",
    "css-live",
    "css-power",
    "cssjs",
    "desktop and mobile",
    "desktop and touch",
    "desktop",
    "js-css",
    "jscss",
    "live-css",
    "mobile",
    "phone",
    "power",
    "power-css",
    "powercss",
    "tablet",
    "touch"
  ],
  "license": "MIT",
  "main": "dist/",
  "name": "powercss",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/mmikowski/powercss.git"
  },
  "scripts": {
    "coverage": "node_modules/.bin/istanbul cover node_modules/.bin/nodeunit test/t.js",
    "publish-coverage": "node_modules/.bin/istanbul cover node_modules/.bin/nodeunit test/t.js | cat coverage/lcov.info | node_modules/.bin/coveralls",
    "requirements-check": "bin/check-node-version",
    "setup": "bin/setup",
    "test": "node_modules/.bin/nodeunit test/t.js"
  },
  "version": "1.4.7"
}
