forked from gajus/swing
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
52 lines (52 loc) · 1.32 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
44
45
46
47
48
49
50
51
52
{
"author": {
"email": "[email protected]",
"name": "Gajus Kuizinas",
"url": "http://gajus.com"
},
"dependencies": {
"hammerjs": "^2.0.4",
"lodash": "^4.6.1",
"raf": "^3.1.0",
"rebound": "^0.0.13",
"sister": "^3.0.0",
"vendor-prefix": "^0.1.0"
},
"description": "A swipeable cards interface. The swipe-left/swipe-right for yes/no input. As seen in apps like Jelly and Tinder.",
"devDependencies": {
"babel": "^6.5.2",
"babel-cli": "^6.18.0",
"babel-plugin-add-module-exports": "^0.2.1",
"babel-preset-es2015": "^6.18.0",
"babel-register": "^6.18.0",
"chai": "^3.2.0",
"eslint": "^3.9.1",
"eslint-config-canonical": "^6.1.0",
"husky": "^0.11.9",
"jsdom": "^6.3.0",
"jsonfile": "^2.2.1",
"mocha": "^3.1.2",
"semantic-release": "^4.3.5",
"sinon": "^1.16.1",
"webpack": "^1.12.1"
},
"keywords": [
"swipe",
"cards",
"swipeable"
],
"license": "BSD-3-Clause",
"main": "./dist/index.js",
"name": "swing",
"repository": {
"type": "git",
"url": "https://github.com/gajus/swing"
},
"scripts": {
"build": "babel ./src --out-dir ./dist --copy-files",
"lint": "eslint ./src ./test",
"precommit": "npm run lint && npm run test",
"test": "mocha --compilers js:babel-register"
},
"version": "3.1.0"
}