bg-atom-redom-ui
Version:
Atom plugin UI Component library using REDOM and compliant with the Atom style guide
29 lines (28 loc) • 712 B
JSON
{
"name": "bg-atom-redom-ui",
"main": "esmToCjsBridge.js",
"module": "./bg-atom-redom-ui.js",
"version": "2.2.0",
"description": "Atom plugin UI Component library using REDOM and compliant with the Atom style guide",
"keywords": [
"atom",
"redom",
"ui",
"components",
"style-guide",
"bg"
],
"repository": {
"type": "git",
"url": "git+https://github.com/junga-com/bg-atom-redom-ui.git"
},
"author": "Robert E. Griffith <npmjs@junga.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/junga-com/bg-atom-redom-ui/issues"
},
"homepage": "https://github.com/junga-com/bg-atom-redom-ui#readme",
"dependencies": {
"redom": "^3.24.2"
}
}