-
Notifications
You must be signed in to change notification settings - Fork 486
/
bower.json
38 lines (38 loc) · 891 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
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
{
"name": "sequencejs",
"description": "The responsive CSS animation framework for creating unique sliders, presentations, banners, and other step-based applications.",
"version": "2.1.0",
"main": "scripts/sequence.min.js",
"license": "SEE LICENSE IN LICENSE.md",
"homepage": "http://www.sequencejs.com/",
"repository": {
"type": "git",
"url": "git://github.com/IanLunn/Sequence.git"
},
"bugs": "https://github.com/IanLunn/Sequence/issues",
"authors": [
"Ian Lunn <hello@ianlunn.co.uk>"
],
"keywords": [
"sequence",
"sequence.js",
"sequencejs",
"slider",
"carousel",
"animation",
"animation framework",
"css animation"
],
"license": "MIT",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
],
"dependencies": {
"hammerjs": "2.0.4",
"imagesloaded": "3.1.5"
}
}