-
Notifications
You must be signed in to change notification settings - Fork 19
/
Copy pathbower.json
23 lines (23 loc) · 944 Bytes
/
bower.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
{
"name": "MotorCortex.js",
"version": "1.1.0",
"authors": [
"Andreas Trantidis"
],
"description": "MotorCortex.js provides the ability to define / describe animations and (animated) transitions between states through a CSS (or even LESS) - like syntax. The library is event driven. The developer can define the behavior of DOM elements whenever an event is triggered. This behavior is defined on external MSS (Motor Style Sheet) file(s) (*.mss) which get loaded using a simple load function (loadMSS).",
"main": "./MotorCortex.js",
"keywords": [
"animation",
"motion"
],
"license": "WTFPL",
"homepage": "https://github.com/andreas-trad/motorcortexjs",
"dependencies": {
"jquery": "jquery/jquery",
"velocity": "julianshapiro/velocity"
},
"repository": {
"type": "git",
"url": "https://github.com/andreas-trad/motorcortexjs.git"
}
}