-
Notifications
You must be signed in to change notification settings - Fork 1
/
bower.json
38 lines (38 loc) · 918 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
{
"name": "PanteonApp",
"version": "0.0.1",
"description": "Panteon AngularJS dashboard",
"homepage": "https://github.com/ziyasal/panteon",
"authors": [
"Ziya SARIKAYA <sarikayaziya@gmail.com> (http://www.ziyasal.com)"
],
"contributors": [],
"main": "index.html",
"license": "MIT",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
],
"dependencies": {
"rdash-ui": "1.0.*",
"angular": "~1.4.4",
"angular-cookies": "~1.4.4",
"angular-bootstrap": "~0.11.0",
"angular-ui-router": "^0.2.10",
"bootstrap": "~3.2.0",
"font-awesome": "~4.1.0",
"pusher-angular": "~0.1.6",
"pusher": "~2.2.4",
"lodash": "~3.10.1",
"angularjs-toaster": "~0.4.15",
"angular-animate": "~1.4.4",
"angular-smart-table": "~2.1.7"
},
"repository": {
"type": "git",
"url": "https://github.com/ziyasal/panteon"
}
}