forked from anutron/mootools-bootstrap
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.yml
40 lines (31 loc) · 1.17 KB
/
package.yml
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
name: "Bootstrap"
exports: "bootstrap.js"
web: "[clientcide.com](http://clientcide.com)"
description: "Clientcide's plugins for MooTools and Twitter's Bootstrap CSS framework"
license: "[MIT License](http://mootools.net/license.txt)"
copyright: "© [Aaron Newton](http://clientcide.com)"
authors: "[Aaron Newton](http://clientcide.com)"
version: "1.0.6"
#mootools forge stuff:
author: anutron
category: Interface
tags: [interface, menu, tips, popup, layout, UI]
docs: http://dev.clientcide.com/?version=MooTools%20Bootstrap
demo: http://anutron.github.com/mootools-bootstrap/
current: 1.0.6
sources:
- Source/Behaviors/Behavior.BS.Alert.js
- Source/Behaviors/Behavior.BS.Dropdown.js
- Source/Behaviors/Behavior.BS.FormValidator.js
- Source/Behaviors/Behavior.BS.Popover.js
- Source/Behaviors/Behavior.BS.Popup.js
- Source/Behaviors/Behavior.BS.Popup.FormRequest.js
- Source/Behaviors/Behavior.BS.Tabs.js
- Source/Behaviors/Behavior.BS.Tooltip.js
- Source/UI/Bootstrap.js
- Source/UI/Bootstrap.Dropdown.js
- Source/UI/Bootstrap.Popover.js
- Source/UI/Bootstrap.Popup.js
- Source/UI/Bootstrap.Tooltip.js
- Source/UI/CSSEvents.js
- Source/UI/Delegator.BS.ShowPopup.js