forked from jellekralt/angular-drag-scroll
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
32 lines (32 loc) · 825 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
29
30
31
32
{
"name": "angular-drag-scroll",
"version": "0.1.1",
"description": "Lightweight drag to scroll directive for AngularJS",
"dependencies": {},
"devDependencies": {
"browser-sync": "^2.8.2",
"connect-modrewrite": "^0.8.2",
"gulp": "^3.9.0",
"gulp-jshint": "^1.11.2",
"gulp-rename": "^1.2.2",
"gulp-uglify": "^1.2.0"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/jellekralt/angular-drag-scroll.git"
},
"keywords": [
"drag",
"scroll",
"angular"
],
"author": "Jelle Kralt <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/jellekralt/angular-drag-scroll/issues"
},
"homepage": "https://github.com/jellekralt/angular-drag-scroll"
}