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
| {
| "name": "hammerjs",
| "main": "hammer.js",
| "ignore": [
| "tests",
| "src",
| ".bowerrc",
| ".gitignore",
| ".jscsrc",
| ".jshintrc",
| ".travis.yml",
| "component.json",
| "Gruntfile.coffee",
| "package.json"
| ],
| "homepage": "https://github.com/EightMedia/hammer.js",
| "version": "2.0.8",
| "_release": "2.0.8",
| "_resolution": {
| "type": "version",
| "tag": "v2.0.8",
| "commit": "ee611316bec077fcfbba3fd604ebc4b0b35ac288"
| },
| "_source": "https://github.com/EightMedia/hammer.js.git",
| "_target": "^2.0.8",
| "_originalSource": "hammerjs"
| }
|
|