nexus site path corrected
[portal.git] / ecomp-portal-FE / client / bower_components / angular-gestures / .bower.json
1 {
2   "name": "angular-gestures",
3   "description": "AngularJS directive that adds support for multi touch gestures to your app. Based on hammer.js.",
4   "version": "0.3.1",
5   "main": [
6     "gestures.min.js"
7   ],
8   "homepage": "http://github.com/wzr1337/angular-gestures",
9   "repository": {
10     "type": "git",
11     "url": "git://github.com/wzr1337/bower-angular-gestures"
12   },
13   "author": "wzr1337",
14   "license": "MIT",
15   "readmeFilename": "README.md",
16   "dependencies": {
17     "angular": ">=1.2.0 <=1.4.0",
18     "hammerjs": "~2.0.0"
19   },
20   "devDependencies": {
21     "angular-mocks": ">=1.2.0 <=1.4.0"
22   },
23   "_release": "0.3.1",
24   "_resolution": {
25     "type": "version",
26     "tag": "0.3.1",
27     "commit": "cc39f1235f3f68d579853bad101455a5d2c6165e"
28   },
29   "_source": "https://github.com/wzr1337/bower-angular-gestures.git",
30   "_target": "*",
31   "_originalSource": "angular-gestures"
32 }