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.6",
"_release": "2.0.6",
"_resolution": {
"type": "version",
"tag": "v2.0.6",
"commit": "05f0872c6130daf537bad27a393310cd5833c9a1"
},
"_source": "git://github.com/EightMedia/hammer.js.git",
"_target": "~2.0.4",
"_originalSource": "hammerjs"
}
|