-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 991 Bytes
/
package.json
File metadata and controls
34 lines (34 loc) · 991 Bytes
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
{
"name": "js-swipe-detect",
"version": "1.0.2",
"description": "Detection of swipe direction",
"homepage": "https://github.com/partyk/jsSwipeDetect#readme",
"repository": "partyk/jsSwipeDetect",
"main": "Gruntfile.js",
"author": "Bohdan Partyk (https://github.com/partyk/jsSwipeDetect)",
"license": "MIT",
"keywords": [
"javascript",
"swipe"
],
"devDependencies": {
"babel-plugin-transform-object-assign": "^6.22.0",
"babel-plugin-transform-remove-console": "^6.8.5",
"babel-preset-es2015": "^6.24.1",
"grunt": "^1.0.0",
"grunt-babel": "^6.0.0",
"grunt-contrib-clean": "^1.1.0",
"grunt-contrib-less": "^1.4.1",
"grunt-contrib-uglify": "^2.0.0",
"grunt-contrib-watch": "^1.0.0",
"load-grunt-config": "^0.19.2",
"time-grunt": "^1.4.0"
},
"bugs": {
"url": "https://github.com/partyk/jsSwipeDetect/issues"
},
"dependencies": {},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
}
}