-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
93 lines (93 loc) · 2.5 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
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
{
"name": "swipe-it",
"version": "0.1.21",
"description": "Swipe a custom element out with animation",
"main": "lib/index.js",
"directories": {
"test": "test"
},
"scripts": {
"test": "make test-coveralls"
},
"repository": {
"type": "git",
"url": "git+ssh://[email protected]/chemzqm/swipe-it.git"
},
"keywords": [
"swipe",
"animate"
],
"author": "[email protected]",
"license": "MIT",
"bugs": {
"url": "https://github.com/chemzqm/swipe-it/issues"
},
"homepage": "https://github.com/chemzqm/swipe-it#readme",
"devDependencies": {
"component-tap-event": "^1.1.0",
"coveralls": "^2.11.4",
"css-loader": "^0.23.0",
"expect": "^1.13.0",
"file-loader": "^0.8.5",
"growl": "^1.8.1",
"gulp": "^3.9.0",
"gulp-live-serve": "^1.0.0",
"gulp-livereload": "^3.8.1",
"gulp-util": "^3.0.7",
"html-loader": "^0.4.0",
"html5shiv": "^3.7.3",
"iscroll-component": "^1.1.6",
"istanbul": "^0.4.0",
"istanbul-instrumenter-loader": "^0.2.0",
"json-loader": "^0.5.3",
"karma": "^0.13.15",
"karma-cli": "^0.1.1",
"karma-coverage": "^0.5.3",
"karma-firefox-launcher": "^0.1.6",
"karma-mocha": "^0.2.0",
"karma-webpack": "^1.7.0",
"karma-wrap-preprocessor": "^0.1.0",
"mobile-list": "0.0.5",
"mocha": "^2.3.3",
"mocha-loader": "^0.7.1",
"mocha-notify": "0.0.4",
"model-component": "^1.2.6",
"scrollfix": "0.0.2",
"stack-source-map": "^1.0.4",
"style-loader": "^0.13.0",
"sweet-sortable": "^0.3.0",
"touch-simulate": "^0.1.1",
"url-loader": "^0.5.6",
"webpack": "^1.12.6",
"webpack-dev-server": "^1.12.1"
},
"dependencies": {
"absoluty": "0.0.3",
"component-classes": "^1.2.4",
"component-emitter": "^1.2.0",
"component-event": "^0.1.4",
"component-events": "^1.0.9",
"component-matches-selector": "^0.1.5",
"component-raf": "^1.2.0",
"component-tap-event": "^1.1.2",
"component-tween": "^1.2.0",
"domify": "^1.4.0",
"once": "^1.3.3",
"prop-detect": "^1.0.1",
"reactive-lite": "^0.5.4",
"uid": "0.0.2"
},
"browser": {
"events": "component-events",
"reactive": "reactive-lite",
"model": "model-component",
"tween": "component-tween",
"classes": "component-classes",
"raf": "component-raf",
"emitter": "component-emitter",
"tap-event": "component-tap-event",
"event": "component-event",
"matches-selector": "component-matches-selector",
"iscroll": "iscroll-component"
}
}