-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
58 lines (58 loc) · 1.45 KB
/
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
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
{
"name": "ng-scroll-bar",
"version": "0.2.5",
"description": "Angular Scroll Bar Directive",
"main": "./index.js",
"dependencies": {
"angular": "^1.4.14",
"mutationobserver-shim": "^0.3.2"
},
"peerDependencies": {
"angular": ">=1.3 <=1.7",
"mutationobserver-shim": ">=0.3"
},
"devDependencies": {
"babel-preset-latest": "^6.22.0",
"del": "^2.0.1",
"gulp": "^3.9.0",
"gulp-angular-templatecache": "^1.7.0",
"gulp-autoprefixer": "^3.1.0",
"gulp-babel": "^6.1.2",
"gulp-concat": "^2.6.0",
"gulp-cssnano": "^2.1.0",
"gulp-debug": "^2.1.0",
"gulp-inject-reload": "0.0.2",
"gulp-jsclosure": "0.0.1",
"gulp-livereload": "^3.8.0",
"gulp-ng-annotate": "^2.0.0",
"gulp-rename": "^1.2.2",
"gulp-sass": "^2.1.1",
"gulp-sourcemaps": "^1.5.2",
"gulp-uglify": "^2.0.1",
"gulp-util": "^3.0.7",
"merge-stream": "^1.0.0",
"run-sequence": "^1.1.2",
"st": "^1.0.0",
"streamqueue": "^1.1.1"
},
"scripts": {
"start": "gulp serve",
"build": "gulp build"
},
"repository": {
"type": "git",
"url": "https://github.com/appfoundations/ng-scroll-bar"
},
"keywords": [
"angular",
"ng-scroll-bar",
"scrollbar",
"directive"
],
"author": "Roel B <roel.mail73@gmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/appfoundations/ng-scroll-bar/issues"
},
"homepage": "https://github.com/appfoundations/ng-scroll-bar"
}