-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
43 lines (43 loc) · 1.01 KB
/
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
38
39
40
41
42
43
{
"name": "both",
"version": "0.7.1",
"description": "detects in real time user interaction type (mouse, touch or keyboard) and switches linked events",
"keywords": [
"interaction",
"mouse",
"touch",
"keyboard",
"accessibility",
"jquery"
],
"repository": {
"type": "git",
"url": "https://github.com/idomusha/both.git"
},
"bugs": {
"url": "https://github.com/idomusha/both/issues"
},
"author": {
"name": "idomusha",
"email": "[email protected]",
"url": "https://github.com/idomusha"
},
"homepage": "https://github.com/idomusha/both",
"contributors": [
{
"name": "idomusha",
"email": "[email protected]",
"url": "https://github.com/idomusha"
}
],
"license": "MIT",
"devDependencies": {
"grunt": "~0.4.5",
"matchdep": "~0.3.0",
"grunt-contrib-concat": "^0.5.1",
"grunt-contrib-less": "~1.0.1",
"grunt-autoprefixer": "~3.0.3",
"grunt-contrib-uglify": "^0.9.1",
"grunt-contrib-watch": "^0.6.1"
}
}