{
  "name": "@frontkom/starterx-mosaic",
  "version": "1.0.1",
  "description": "Mosaic block with articles",
  "main": "build/index.js",
  "gutenbergCloud": {
    "js": "build/index.js",
    "css": "build/style.css",
    "screenshot": "screenshot.png",
    "name": "StarterX Mosaic"
  },
  "scripts": {
    "build": "NODE_ENV=production webpack",
    "start": "npm run build && BLOCK_DIR=$PWD npm --prefix node_modules/@frontkom/g-editor start",
    "deploy": "npm run build && npm publish --access public"
  },
  "author": {
    "name": "Frontkom",
    "email": "webadmin@front.no",
    "url": "https://www.frontkom.no/"
  },
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "https://github.com/front/starterx-mosaic"
  },
  "homepage": "https://github.com/front/starterx-mosaic#readme",
  "keywords": [
    "gutenberg",
    "gutenberg-cloud"
  ],
  "engines": {
    "node": ">=8.9.0",
    "npm": ">=5.6.0"
  },
  "peerDependencies": {
    "react": "^16.3.1"
  },
  "devDependencies": {
    "@babel/core": "^7.2.2",
    "@babel/preset-react": "^7.0.0",
    "@frontkom/g-editor": "^0.4.0",
    "babel-eslint": "^10.0.1",
    "babel-loader": "^8.0.5",
    "clean-webpack-plugin": "^1.0.0",
    "css-loader": "^2.1.0",
    "eslint": "^5.12.0",
    "eslint-plugin-react": "^7.12.4",
    "extract-text-webpack-plugin": "4.0.0-beta.0",
    "node-sass": "^4.11.0",
    "postcss-loader": "^3.0.0",
    "sass-loader": "^7.1.0",
    "url-loader": "^1.1.2",
    "webpack": "^4.28.4",
    "webpack-cli": "^3.2.1"
  },
  "files": [
    "build/",
    "screenshot.png"
  ]
}
