-
Notifications
You must be signed in to change notification settings - Fork 27
/
package.json
52 lines (52 loc) · 1.3 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
{
"name": "angular-drag-scroll",
"version": "0.2.2",
"description": "Lightweight drag to scroll directive for AngularJS",
"contributors": [
{
"name": "Jelle Kralt",
"email": "jelle@jellekralt.nl"
}
],
"dependencies": {
"angular": "^1.3.20"
},
"devDependencies": {
"angular-mocks": "^1.5.8",
"browser-sync": "^2.14.0",
"connect-modrewrite": "^0.8.2",
"gulp": "^3.9.0",
"gulp-jshint": "^2.0.1",
"gulp-protractor": "^3.0.0",
"gulp-rename": "^1.2.2",
"gulp-uglify": "^1.2.0",
"jasmine-core": "^2.4.1",
"jshint": "^2.9.3",
"karma": "^1.2.0",
"karma-chrome-launcher": "^1.0.1",
"karma-jasmine": "^1.0.2",
"lodash": "^4.15.0",
"ng-describe": "^1.8.0",
"protractor": "^4.0.4"
},
"main": "./dist/ng-drag-scroll.min.js",
"scripts": {
"start": "gulp serve",
"test": "node_modules/.bin/karma start karma.conf.js --single-run"
},
"repository": {
"type": "git",
"url": "https://github.com/jellekralt/angular-drag-scroll.git"
},
"keywords": [
"drag",
"scroll",
"angular"
],
"author": "Jelle Kralt <jelle@jellekralt.nl>",
"license": "MIT",
"bugs": {
"url": "https://github.com/jellekralt/angular-drag-scroll/issues"
},
"homepage": "https://github.com/jellekralt/angular-drag-scroll"
}