forked from twbs/bootstrap-sass
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbower.json
More file actions
46 lines (46 loc) · 1.18 KB
/
bower.json
File metadata and controls
46 lines (46 loc) · 1.18 KB
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
{
"name": "tink-core",
"version": "1.12.1",
"main": [
"dist/tink.css"
],
"ignore": [
".*",
"**/.*",
"assets",
"Gruntfile.js",
"package.json",
"src",
"test",
"*.sublime-project"
],
"devDependencies": {
"angular": "~1.4.3",
"angular-resource": "~1.4.3",
"angular-cookies": "~1.4.3",
"angular-sanitize": "~1.4.3",
"angular-animate": "~1.4.3",
"angular-touch": "~1.4.3",
"angular-route": "~1.4.3",
"angular-messages": "~1.4.3",
"tink-navigation-angular": "latest",
"tink-interactive-table-angular": "latest",
"tink-accordion-angular": "latest",
"tink-modal-angular": "latest",
"tink-datepicker-angular": "latest",
"tink-range-datepicker-angular": "latest",
"tink-timepicker-angular": "latest"
},
"authors": [
"Jasper Van Proeyen",
"Vincent Bouillart",
"Lieven Van Gestel"
],
"description": "Tink is an in-house developed easy-to-use front end framework for quick prototyping and simple deployment of all kinds of websites and apps, keeping a uniform and consistent look and feel.",
"homepage": "http://tink.digipolis.be",
"keywords": [
"tink",
"core",
"sass"
]
}