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-gestures",
"description": "AngularJS directive that adds support for multi touch gestures to your app. Based on hammer.js.",
"version": "0.3.1",
"main": [
"gestures.min.js"
],
"homepage": "http://github.com/wzr1337/angular-gestures",
"repository": {
"type": "git",
"url": "git://github.com/wzr1337/bower-angular-gestures"
},
"author": "wzr1337",
"license": "MIT",
"readmeFilename": "README.md",
"dependencies": {
"angular": ">=1.2.0 <=1.4.0",
"hammerjs": "~2.0.0"
},
"devDependencies": {
"angular-mocks": ">=1.2.0 <=1.4.0"
},
"_release": "0.3.1",
"_resolution": {
"type": "version",
"tag": "0.3.1",
"commit": "cc39f1235f3f68d579853bad101455a5d2c6165e"
},
"_source": "https://github.com/wzr1337/bower-angular-gestures.git",
"_target": "*",
"_originalSource": "angular-gestures"
}
|