Mon 21 Jul 22:43:21 CEST 2025
This commit is contained in:
parent
ca1c109bba
commit
6fe26537a6
45
js/ui/botui/package.json
Normal file
45
js/ui/botui/package.json
Normal file
|
@ -0,0 +1,45 @@
|
||||||
|
{
|
||||||
|
"name": "botui",
|
||||||
|
"description": "A JS library to build the UI for your bot",
|
||||||
|
"homepage": "https://botui.org",
|
||||||
|
"version": "0.3.4",
|
||||||
|
"main": "build/botui.min.js",
|
||||||
|
"author": {
|
||||||
|
"name": "Moin Uddin",
|
||||||
|
"url": "https://moin.im"
|
||||||
|
},
|
||||||
|
"repository": {
|
||||||
|
"type": "git",
|
||||||
|
"url": "git+https://github.com/moinism/botui.git"
|
||||||
|
},
|
||||||
|
"bugs": {
|
||||||
|
"url": "https://github.com/moinism/botui/issues"
|
||||||
|
},
|
||||||
|
"keywords": [
|
||||||
|
"bot",
|
||||||
|
"chat",
|
||||||
|
"conversational",
|
||||||
|
"interface",
|
||||||
|
"js",
|
||||||
|
"ui"
|
||||||
|
],
|
||||||
|
"dependencies": {},
|
||||||
|
"devDependencies": {
|
||||||
|
"gulp": "^3.9.1",
|
||||||
|
"gulp-banner": "^0.1.3",
|
||||||
|
"gulp-clean-css": "^3.5.0",
|
||||||
|
"gulp-concat": "^2.6.0",
|
||||||
|
"gulp-rename": "^1.2.2",
|
||||||
|
"gulp-replace": "^0.6.1",
|
||||||
|
"gulp-sass": "^4.0.1",
|
||||||
|
"gulp-uglify": "^2.0.0",
|
||||||
|
"htmlclean": "^3.0.2"
|
||||||
|
},
|
||||||
|
"scripts": {
|
||||||
|
"build": "gulp",
|
||||||
|
"test": "echo \"Error: no test specified\" && exit 1",
|
||||||
|
"watch": "gulp watch"
|
||||||
|
},
|
||||||
|
"license": "MIT",
|
||||||
|
"types": "typings/index.d.ts"
|
||||||
|
}
|
Loading…
Reference in New Issue
Block a user