-
Notifications
You must be signed in to change notification settings - Fork 0
/
bower.json
49 lines (49 loc) · 1.11 KB
/
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
39
40
41
42
43
44
45
46
47
48
49
{
"name": "lussa-ui",
"description": "Responsive, Mobile-First, Front-End Frameworks for Angular-Based App on Lussa Team",
"version": "1.0.3",
"homepage": "http://git.lussa.net/tarsius/lussa-ui",
"license": "MIT",
"main": [
"dist/js/lussa-ui.min.js"
],
"ignore": [
"/.*",
"_config.yml",
"docs",
"test",
"**/.*",
"node_modules",
"bower_components",
"tests"
],
"dependencies": {
"jquery": "~1.7.0",
"jquery-easing-original": "1.3.2",
"jquery-hoverIntent": "~1.8.1",
"underscore": "~1.8.2",
"angular": "~1.4.8",
"angular-animate": "~1.4.8",
"angular-sanitize": "~1.4.8",
"underscore.string": "~3.0.3"
},
"resolutions": {
"jquery": "1.7.2"
},
"authors": [
"muhammad hasan <hasan@lussa.net>"
],
"keywords": [
"responsive",
"Mobile-first",
"ui",
"front-end",
"frameworks",
"angular",
"jquery",
"tarsius",
"web",
"css",
"less"
]
}