forked from botui/botui
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
55 lines (55 loc) · 1.25 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
{
"name": "botui",
"description": "A JS library to build the UI for your bot",
"homepage": "https://botui.org",
"version": "0.3.9",
"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": {
"opencollective-postinstall": "^2.0.1",
"opencollective": "^1.0.3"
},
"devDependencies": {
"bumped": "^0.10.11",
"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": {
"release": "bumped release",
"build": "gulp",
"test": "echo \"Error: no test specified\" && exit 1",
"watch": "gulp watch",
"postinstall": "opencollective-postinstall"
},
"license": "MIT",
"types": "typings/index.d.ts",
"collective": {
"type": "opencollective",
"url": "https://opencollective.com/botui"
}
}