{
  "name": "@lynx-json/jsua-material",
  "version": "0.3.18",
  "description": "JSUA Material Design Styling Vocabulary",
  "main": "dist/index.js",
  "scripts": {
    "build-docs": "browserify docs/index.js -s demo -t babelify > ./docs/bundle.js",
    "publish-docs": "npm run build-docs && cp -r docs _publish && cd _publish && git init && git commit --allow-empty -m \"Update docs\" && git checkout -b gh-pages && git add . && git commit -am \"Update docs\" && git push https://github.com/lynx-json/jsua-material.git gh-pages --force && cd ../ && rm -rf _publish",
    "build": "babel src -d dist",
    "prepublish": "npm run build"
  },
  "author": "lynx-json.org",
  "license": "MIT",
  "devDependencies": {
    "babel-cli": "^6.22.2",
    "babel-plugin-transform-async-to-generator": "^6.8.0",
    "babel-preset-env": "^1.1.8",
    "babel-preset-es2015": "^6.13.2",
    "babel-register": "^6.11.6",
    "babelify": "^7.3.0"
  },
  "dependencies": {}
}
