-
Notifications
You must be signed in to change notification settings - Fork 23
/
package.json
38 lines (38 loc) · 1.08 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
{
"name": "aurelia-bootstrap-plugins",
"version": "1.2.0",
"description": "A library that bridge with a set of commonly used 3rd party Bootstrap addons",
"keywords": [
"aurelia",
"plugin",
"bootstrap",
"bootstrap-datetimepicker",
"bootstrap-select",
"bootstrap-tagsinput",
"datepicker",
"datetimepicker",
"select",
"tagsinput"
],
"homepage": "https://github.com/ghiscoding/Aurelia-Bootstrap-Plugins",
"bugs": {
"url": "https://github.com/ghiscoding/Aurelia-Bootstrap-Plugins/issues"
},
"license": "MIT",
"author": "Ghislain B.",
"repository": {
"type": "git",
"url": "https://github.com/ghiscoding/Aurelia-Bootstrap-Plugins"
},
"scripts": {
"build:abp-datetime": "cd aurelia-bootstrap-datetimepicker && gulp build",
"build:abp-select": "cd aurelia-bootstrap-select && gulp build",
"build:abp-tagsinput": "cd aurelia-bootstrap-tagsinput && gulp build",
"build:doc": "cd doc && yarn start build",
"run:doc": "cd doc && yarn start"
},
"dependencies": {
"gulp": "^3.9.1",
"yarn": "^1.3.2"
}
}