forked from gajus/swing
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
41 lines (41 loc) · 1003 Bytes
/
package.json
File metadata and controls
41 lines (41 loc) · 1003 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
35
36
37
38
39
40
41
{
"name": "swing",
"description": "A swipeable cards interface. The swipe-left/swipe-right for yes/no input. As seen in apps like Jelly and Tinder.",
"keywords": [
"swipe",
"cards",
"swipeable"
],
"version": "1.1.1",
"main": "src/swing.js",
"author": "Gajus Kuizinas <gk@anuary.com>",
"repository": {
"type": "git",
"url": "https://github.com/gajus/swing"
},
"license": "BSD-3-Clause",
"devDependencies": {
"browserify": "^6.2.0",
"del": "^0.1.3",
"gulp": "^3.8.9",
"gulp-browserify": "^0.5.0",
"gulp-header": "^1.2.2",
"gulp-jshint": "^1.8.5",
"gulp-rename": "^1.2.0",
"gulp-uglify": "^1.0.1",
"jsonfile": "^2.0.0",
"karma": "^0.12.24",
"karma-mocha": "^0.1.9",
"karma-phantomjs-launcher": "^0.1.4",
"karma-sinon-chai": "^0.2.0"
},
"dependencies": {
"hammerjs": "^2.0.4",
"rebound": "0.0.10",
"sister": "^3.0.0",
"vendor-prefix": "^0.1.0"
},
"scrips": {
"test": "gulp test"
}
}