forked from GianlucaGuarini/Tocca.js
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
36 lines (36 loc) · 928 Bytes
/
package.json
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
33
34
35
36
{
"name": "tocca",
"version": "0.1.3",
"description": "Super lightweight script (1kb) to detect via Javascript events like 'tap' 'dbltap' 'swipeup' 'swipedown' 'swipeleft' 'swiperight' on any kind of device.",
"main": "Tocca.js",
"directories": {
"test": "test"
},
"scripts": {
"test": "grunt sauce"
},
"repository": {
"type": "git",
"url": "git://github.com/GianlucaGuarini/Tocca.js.git"
},
"author": "Gianluca Guarini",
"license": "MIT",
"bugs": {
"url": "https://github.com/GianlucaGuarini/Tocca.js/issues"
},
"devDependencies": {
"grunt": "0.4.5",
"grunt-contrib-connect": "0.9.0",
"grunt-contrib-jshint": "0.11.0",
"grunt-contrib-uglify": "0.8.0",
"grunt-mocha": "0.4.12",
"grunt-saucelabs": "8.6.0"
},
"homepage": "https://github.com/GianlucaGuarini/Tocca.js",
"dependencies": {},
"keywords": [
"touch",
"events",
"mobile"
]
}