{
  "name": "lostyle",
  "version": "2.0.0",
  "description": "A JavaScript style utility library",
  "main": "dist/index.js",
  "module": "dist-es/index.js",
  "keywords": [
    "css-in-js"
  ],
  "author": "Ryan Tsao <ryan.j.tsao@gmail.com>",
  "homepage": "https://github.com/rtsao/lostyle",
  "repository": "git@github.com:rtsao/lostyle.git",
  "bugs": "https://github.com/rtsao/lostyle/issues",
  "scripts": {
    "test": "npm run babel && node dist/test/index.js",
    "clean": "rm -rf dist && rm -rf dist -es && ls ./*.js | xargs rm",
    "babel": "babel src -d dist",
    "rollup": "rollup -o dist-es/index.js src/index.js",
    "build": "npm run clean && npm run babel && npm run rollup",
    "generate-files": "node meta/generate-files.js",
    "generate-docs": "node_modules/.bin/jsdoc -c jsdoc.json",
    "predeploy-docs": "rm -rf docs && npm run generate-files && npm run generate-docs",
    "deploy-docs": "push-dir --dir docs --branch gh-pages",
    "prepublish": "npm run build"
  },
  "dependencies": {},
  "devDependencies": {
    "babel-cli": "^6.14.0",
    "babel-plugin-polypackage": "^2.0.0-beta.1",
    "babel-plugin-transform-es2015-modules-simple-commonjs": "^0.3.0",
    "docdash": "^0.4.0",
    "jsdoc": "^3.4.1",
    "push-dir": "^0.2.2",
    "rollup": "^0.34.13",
    "tape": "^4.6.0"
  },
  "license": "MIT"
}
