angular-drag-scroll
Version:
Lightweight drag to scroll directive for AngularJS
52 lines (51 loc) • 1.31 kB
JSON
{
"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.8.2",
"connect-modrewrite": "^0.8.2",
"gulp": "^3.9.0",
"gulp-jshint": "^1.11.2",
"gulp-protractor": "^3.0.0",
"gulp-rename": "^1.2.2",
"gulp-uglify": "^1.2.0",
"jasmine-core": "^2.4.1",
"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.3"
},
"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"
}