forked from adm-bb/angular-perfect-scrollbar-bb
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
28 lines (28 loc) · 915 Bytes
/
package.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
{
"name": "angular-perfect-scrollbar",
"version": "1.1.4",
"private": false,
"scripts": {
"test": "grunt"
},
"dependencies": {
"perfect-scrollbar": "^0.6.5-1",
"angular": "*"
},
"devDependencies": {
"grunt": "^0.4.2",
"grunt-contrib-jshint": "^0.8.0"
},
"description": "> This fork will fix the broken dependency on [perfect-scrollbar](https://github.com/noraesae/perfect-scrollbar) and is\r compatible with [perfect-scrollbar](https://github.com/noraesae/perfect-scrollbar) v-6.0.0 and up",
"main": "src/angular-perfect-scrollbar.js",
"repository": {
"type": "git",
"url": "git+https://github.com/adm-bb/angular-perfect-scrollbar-bb.git"
},
"author": "Drew Miller",
"license": "MIT",
"bugs": {
"url": "https://github.com/adm-bb/angular-perfect-scrollbar-bb/issues"
},
"homepage": "https://github.com/adm-bb/angular-perfect-scrollbar-bb#readme"
}