-
Notifications
You must be signed in to change notification settings - Fork 32
/
Copy pathpackage.json
36 lines (36 loc) · 844 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": "swiped",
"version": "0.1.4",
"description": "touch swipe for your mobile application, written in vanilla JS",
"main": "./dist/swiped.js",
"scripts": {
"test": "./node_modules/karma/bin/karma start"
},
"repository": {
"type": "git",
"url": "https://github.com/mishk0/swiped.git"
},
"keywords": [
"touch",
"swipe",
"mobile",
"slider",
"slide"
],
"author": "Mokrushin Mikhail",
"license": "MIT",
"bugs": {
"url": "https://github.com/mishk0/swiped/issues"
},
"homepage": "https://github.com/mishk0/swiped",
"devDependencies": {
"gulp": "^3.8.11",
"gulp-jshint": "^1.10.0",
"gulp-rename": "^1.2.2",
"gulp-uglify": "^1.2.0",
"jasmine-core": "^2.2.0",
"karma": "^0.12.31",
"karma-chrome-launcher": "^0.1.7",
"karma-jasmine": "^0.3.5"
}
}