forked from UXAspects/UXAspects
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbower.json
More file actions
31 lines (31 loc) · 680 Bytes
/
bower.json
File metadata and controls
31 lines (31 loc) · 680 Bytes
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
{
"name": "ux-aspects",
"version": "1.7.1",
"description": "Responsive UI Framework for Big Data Applications - CSS & Angular modules.",
"keywords": [
"js",
"angular",
"css",
"less",
"mobile-first",
"responsive",
"front-end",
"framework",
"web",
"big-data"
],
"homepage": "https://github.com/UXAspects/UXAspects",
"repository": {
"type": "git",
"url": "https://github.com/UXAspects/UXAspects"
},
"main": "dist/@ux-aspects/ux-aspects.es5.js",
"moduleType": "globals",
"dependencies": {
"jquery": "~2.1.0",
"jquery-ui": "~1.12.1",
"bootstrap": "~3.3.4",
"angular": "~1.3.16"
},
"ignore": []
}