UNPKG

595 BJSONView Raw
1{
2 "name": "zepto.touch",
3 "version": "1.0.3",
4 "description": "a zepto/jquery touch events plugin",
5 "main": "zepto.touch.js",
6 "scripts": {
7 "test": "echo \"Error: no test specified\" && exit 1"
8 },
9 "repository": {
10 "type": "git",
11 "url": "https://github.com/huanz/zepto.touch"
12 },
13 "keywords": [
14 "touch",
15 "zepto.touch",
16 "zepto",
17 "jquery"
18 ],
19 "dependencies": {
20 "zepto": "1.x"
21 },
22 "author": "bukas",
23 "license": "MIT",
24 "bugs": {
25 "url": "https://github.com/huanz/zepto.touch/issues"
26 },
27 "homepage": "https://github.com/huanz/zepto.touch"
28}