๐Ÿ“ฆ derek-adair / derekadaircom

๐Ÿ“„ bower.json ยท 57 lines
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
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57{
    "name": "artificial-reason",
    "version": "1.4.6",
    "authors": [
        "adrigm <adrigm.admin@gmail.com>"
    ],

    "description": "",
    "main": "index.html",
    "moduleType": [
        "node"
    ],

    "keywords": [
        "Template",
        "FrontEnd",
        "Gulp",
        "Modular"
    ],

    "license": "MIT",

    "ignore": [
        "**/.*",
        "node_modules",
        "bower_components",
        "test",
        "tests"
    ],

    "dependencies": {
        "animate-css": "3.4.0",
        "bootstrap": "3.3.6",
        "bootstrap-switch": "3.3.2",
        "Buttons": "2.0.0",
        "bxslider-4": "4.2.5",
        "circles": "https://github.com/lugolabs/circles/archive/master.zip",
        "font-awesome": "4.5.0",
        "holderjs": "2.9.0",
        "html5shiv": "3.7.3",
        "jquery": "2.1.4",
        "jquery-cookie": "1.4.1",
        "jquery.countdown": "2.1.0",
        "lightbox": "2.8.1",
        "mixitup": "2.1.11",
        "respond": "1.4.2",
        "slidebars": "0.10.3",
        "syntaxhighlighter": "http://alexgorbatchev.com/SyntaxHighlighter/download/download.php?sh_current",
        "wowjs": "1.1.2",
        "imagesloaded": "3.2.0",
        "masonry": "3.3.2",
        "matchHeight": "0.6.0",
        "owl-carousel2": "*",
        "jquery-mousewheel": "3.1.13"
    }
}