UNPKG

evokit-flex

Version:

The block for building flexible layouts

37 lines (36 loc) 821 B
{ "name": "evokit-flex", "version": "3.2.1", "description": "The block for building flexible layouts", "main": "index.js", "scripts": { "test": "jest --colors", "build": "webpack --colors", "watch": "webpack --colors --progress --watch", "pretest": "npm run build", "prepublishOnly": "webpack" }, "repository": { "type": "git", "url": "https://github.com/docccdev/evokit.git" }, "homepage": "https://evokit.net/#/packages/evokit-flex/", "keywords": [ "evokit", "react", "ui", "block", "uikit", "flex" ], "author": { "author": "docccdev", "email": "doccc.dev@gmail.com", "url": "http://evokit.net" }, "license": "MIT", "peerDependencies": { "evokit": ">=3.1.0" }, "gitHead": "b47be9ff1e0c1ea8b4833ff84ed29479c5602a28" }