evokit-box
Version:
The content block allows to apply indents, position and more
37 lines (36 loc) • 839 B
JSON
{
"name": "evokit-box",
"version": "3.4.0",
"description": "The content block allows to apply indents, position and more",
"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-box/",
"keywords": [
"evokit",
"react",
"ui",
"block",
"uikit",
"box"
],
"author": {
"author": "docccdev",
"email": "doccc.dev@gmail.com",
"url": "http://evokit.net"
},
"license": "MIT",
"peerDependencies": {
"evokit": ">=3.1.0"
},
"gitHead": "4d7709f8d607863e38e7970988a8bb32c0c5da13"
}