File tree Expand file tree Collapse file tree 2 files changed +24
-20
lines changed Expand file tree Collapse file tree 2 files changed +24
-20
lines changed Original file line number Diff line number Diff line change 6
6
plugin: bumped-finepack
7
7
postrelease:
8
8
Building:
9
- plugin: bumped-termial
9
+ plugin: bumped-terminal
10
10
command: 'NODE_ENV=production gulp build'
11
11
Generating CHANGELOG file:
12
12
plugin: bumped-changelog
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " botui" ,
3
- "version" : " 0.3.1" ,
4
3
"description" : " A JS library to build the UI for your bot" ,
4
+ "homepage" : " https://botui.org" ,
5
+ "version" : " 0.3.1" ,
5
6
"main" : " build/botui.min.js" ,
7
+ "author" : {
8
+ "name" : " Moin Uddin" ,
9
+ "url" : " https://moin.im"
10
+ },
11
+ "repository" : {
12
+ "type" : " git" ,
13
+ "url" : " git+https://github.com/moinism/botui.git"
14
+ },
15
+ "bugs" : {
16
+ "url" : " https://github.com/moinism/botui/issues"
17
+ },
18
+ "keywords" : [
19
+ " bot" ,
20
+ " chat" ,
21
+ " conversational" ,
22
+ " interface" ,
23
+ " js" ,
24
+ " ui"
25
+ ],
26
+ "dependencies" : {},
6
27
"devDependencies" : {
7
28
"gulp" : " ^3.9.1" ,
8
29
"gulp-banner" : " ^0.1.3" ,
14
35
"gulp-uglify" : " ^2.0.0" ,
15
36
"htmlclean" : " ^3.0.2"
16
37
},
17
- "dependencies" : {},
18
38
"scripts" : {
19
39
"test" : " echo \" Error: no test specified\" && exit 1"
20
40
},
21
- "author" : " Moin Uddin (https://moin.im)" ,
22
- "license" : " MIT" ,
23
- "repository" : {
24
- "type" : " git" ,
25
- "url" : " git+https://github.com/moinism/botui.git"
26
- },
27
- "keywords" : [
28
- " bot" ,
29
- " ui" ,
30
- " js" ,
31
- " chat" ,
32
- " interface"
33
- ],
34
- "bugs" : {
35
- "url" : " https://github.com/moinism/botui/issues"
36
- },
37
- "homepage" : " https://botui.org"
41
+ "license" : " MIT"
38
42
}
You can’t perform that action at this time.
0 commit comments