-
Notifications
You must be signed in to change notification settings - Fork 45
/
Copy pathpackage.json
37 lines (37 loc) · 889 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
37
{
"name": "tapjs",
"version": "1.0.9",
"devDependencies": {
"grunt": "latest",
"grunt-contrib-concat": "^0.4.0",
"grunt-contrib-uglify": "^0.4.0",
"jscs": "^1.13.1"
},
"description": "`Tap` is a Javascript library for easy unified handling of user interactions such as mouse, touch and pointer events.",
"main": "dist/tap.js",
"dependencies": {},
"scripts": {
"test": "./node_modules/.bin/jscs src/*"
},
"repository": {
"type": "git",
"url": "https://github.com/pukhalski/tap.git"
},
"keywords": [
"tap",
"touch",
"delay",
"fast",
"click",
"events",
"pointer",
"events",
"mobile"
],
"author": "Ilya Pukhalski <[email protected]> (http://pukhalski.com/)",
"license": "MIT",
"bugs": {
"url": "https://github.com/pukhalski/tap/issues"
},
"homepage": "https://github.com/pukhalski/tap"
}