This repo is archived. You can view files and clone it, but cannot push or open issues or pull requests.
SXS20240115/SRC/iMES_PDA/JSplugins/angular-swipe/.bower.json
2024-01-24 16:47:50 +08:00

47 lines
1.1 KiB
JSON

{
"name": "angular-swipe",
"description": "Simple vertical and horizontal swipe gesture directive for angular js",
"version": "0.1.0",
"authors": [
"marmorkuchen.net <andreas@marmorkuchen.net>"
],
"homepage": "https://github.com/marmorkuchen-net/angular-swipe",
"repository": {
"type": "git",
"url": "git@github.com:marmorkuchen-net/angular-swipe.git"
},
"keywords": [
"swipe",
"horizontal",
"touch",
"vertical",
"gesture",
"mobile",
"angularjs",
"angular",
"directive"
],
"main": "./dist/angular-swipe.js",
"dependencies": {
"angular": "~1.4.x"
},
"ignore": [
".jshintrc",
"Gruntfile.js",
"package.json",
"src"
],
"devDependencies": {},
"private": false,
"license": "MIT",
"_release": "0.1.0",
"_resolution": {
"type": "version",
"tag": "0.1.0",
"commit": "d5b124f8be4b50220c7f2c32975983208ddfb71b"
},
"_source": "https://github.com/adzialocha/angular-swipe.git",
"_target": "^0.1.0",
"_originalSource": "https://github.com/adzialocha/angular-swipe.git",
"_direct": true
}