mirror of
https://github.com/jellyfin/jellyfin-web.git
synced 2024-11-18 11:28:23 -07:00
51 lines
1.2 KiB
JSON
51 lines
1.2 KiB
JSON
{
|
|
"name": "hammerjs",
|
|
"title": "Hammer.JS",
|
|
"description": "A javascript library for multi-touch gestures",
|
|
"version": "2.0.4",
|
|
"homepage": "http://hammerjs.github.io/",
|
|
"licenses": [
|
|
{
|
|
"type": "MIT",
|
|
"url": "https://github.com/hammerjs/hammer.js/blob/master/LICENSE.md"
|
|
}
|
|
],
|
|
"keywords": [
|
|
"touch",
|
|
"gestures"
|
|
],
|
|
"author": {
|
|
"name": "Jorik Tangelder",
|
|
"email": "j.tangelder@gmail.com"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git://github.com/hammerjs/hammer.js.git"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/hammerjs/hammer.js/issues"
|
|
},
|
|
"dependencies": {},
|
|
"devDependencies": {
|
|
"grunt": "0.4.x",
|
|
"grunt-banner": "^0.2.3",
|
|
"grunt-contrib-concat": "0.4.x",
|
|
"grunt-contrib-connect": "0.7.x",
|
|
"grunt-contrib-jshint": "0.10.x",
|
|
"grunt-contrib-qunit": "^0.5.1",
|
|
"grunt-contrib-uglify": "0.4.x",
|
|
"grunt-contrib-watch": "0.6.x",
|
|
"grunt-jscs-checker": "^0.4.1",
|
|
"grunt-string-replace": "^0.2.7",
|
|
"hammer-jquery": "git://github.com/hammerjs/jquery.hammer.js#master",
|
|
"hammer-simulator": "git://github.com/hammerjs/simulator#master"
|
|
},
|
|
"main": "hammer.js",
|
|
"engines": {
|
|
"node": ">=0.8.0"
|
|
},
|
|
"scripts": {
|
|
"test": "grunt test"
|
|
}
|
|
}
|