forked from itsdrewmiller/angular-perfect-scrollbar
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbower.json
More file actions
27 lines (27 loc) · 622 Bytes
/
bower.json
File metadata and controls
27 lines (27 loc) · 622 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
{
"name": "angular-perfect-scrollbar",
"version": "1.1.4",
"description": "A directive to allow the use of perfect scrollbar in angular",
"main": "src/angular-perfect-scrollbar.js",
"keywords": [
"angular",
"perfect",
"scrollbar"
],
"dependencies": {
"perfect-scrollbar": "https://github.com/BonzoBonzo/perfect-scrollbar-bower.git",
"angular": "*"
},
"authors": [
"Drew Miller"
],
"license": "MIT",
"homepage": "https://github.com/itsdrewmiller/angular-perfect-scrollbar",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"tests",
"test"
]
}