simple-ui-builder
Version:
Build user interface like Lego bricks. UI.input(), UI.button(cb), UI.select(arr) etc. For lazy guys as I am.
24 lines (23 loc) • 623 B
JSON
{
"name": "simple-ui-builder",
"version": "1.1.14",
"description": "Build user interface like Lego bricks. UI.input(), UI.button(cb), UI.select(arr) etc. For lazy guys as I am.",
"main": "ui.js",
"repository": {
"type": "git",
"url": "git+https://github.com/artbels/simple-ui-builder.git"
},
"keywords": [
"ui-builder"
],
"author": "artbels",
"license": "MIT",
"bugs": {
"url": "https://github.com/artbels/simple-ui-builder/issues"
},
"homepage": "https://github.com/artbels/simple-ui-builder#readme",
"devDependencies": {
"gulp": "^3.9.1",
"gulp-uglify": "^1.5.3"
}
}