forked from quantumui/quantumui
-
Notifications
You must be signed in to change notification settings - Fork 0
/
bower.json
41 lines (41 loc) · 777 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
39
40
41
{
"name": "quantumui",
"version": "0.0.1",
"authors": [
"mehmetotkun <[email protected]>"
],
"description": "The most powerful ANGULARJS and Bootstrap CSS",
"main": [
"less/quantumui.less",
"dist/css/quantumui.css",
"dist/js/quantumui.js"
],
"keywords": [
"angularui",
"quantumui",
"select",
"datepicker",
"modal",
"dropdown",
"tooltip",
"tab",
"angularjs",
"nojq"
],
"license": "MIT",
"homepage": "http://quantumui.org",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
],
"dependencies": {
"moment": ">=2.9.0",
"angular": ">=1.3.11",
"angular-animate": ">=1.3.11",
"angular-sanitize": ">=1.3.11",
"bootstrap": ">=3.3.2"
}
}