@yvesbou/smartcontract-ui-plugin
Version:
A plugin using the grapesjs framework to display an interface for smart contracts
33 lines (32 loc) • 848 B
JSON
{
"name": "@yvesbou/smartcontract-ui-plugin",
"version": "0.2.2",
"description": "A plugin using the grapesjs framework to display an interface for smart contracts",
"main": "./index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "babel src -d dist"
},
"repository": {
"type": "git",
"url": "git+https://github.com/yvesbou/smartcontract-ui-plugin.git"
},
"keywords": [
"Smartcontract",
"Grapesjs",
"UI"
],
"author": "Yves Boutellier",
"license": "ISC",
"bugs": {
"url": "https://github.com/yvesbou/smartcontract-ui-plugin/issues"
},
"homepage": "https://github.com/yvesbou/smartcontract-ui-plugin#readme",
"dependencies": {
"grapesjs": "^0.19.5"
},
"devDependencies": {
"babel-cli": "^6.26.0",
"babel-preset-es2015": "^6.24.1"
}
}