forked from koseduhemak/touchpadswipe
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
30 lines (30 loc) · 945 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
{
"name": "TouchpadSwipe",
"version": "1.2.8",
"description": "Enables multitouch swipe (backwards/forwards) in chrome as in OSX on Microsoft Precision track-/touchpads.",
"devDependencies": {
"grunt": "^1.0.1",
"grunt-contrib-compress": "^1.3.0",
"grunt-contrib-copy": "^1.0.0",
"grunt-contrib-cssmin": "^1.0.2",
"grunt-contrib-jshint": "~0.10.0",
"grunt-contrib-nodeunit": "~0.4.1",
"grunt-contrib-uglify": "~0.5.0",
"grunt-contrib-watch": "^1.0.0",
"grunt-sass": "^1.2.1",
"load-grunt-tasks": "^3.5.2"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/mfuesslin/touchpadswipe.git"
},
"author": "Maximilian Fuesslin",
"license": "MIT",
"bugs": {
"url": "https://github.com/mfuesslin/touchpadswipe/issues"
},
"homepage": "https://github.com/mfuesslin/touchpadswipe#readme"
}