-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpackage.json
61 lines (61 loc) · 1.54 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
{
"name": "touch-simulate",
"version": "0.1.1",
"description": "simulate touch event without browser support touch",
"main": "index.js",
"directories": {
"test": "test"
},
"scripts": {
"test": "make test-karma"
},
"repository": {
"type": "git",
"url": "git+ssh://[email protected]/chemzqm/touch-simulate.git"
},
"keywords": [
"touch",
"simulate"
],
"author": "[email protected]",
"license": "MIT",
"bugs": {
"url": "https://github.com/chemzqm/touch-simulate/issues"
},
"homepage": "https://github.com/chemzqm/touch-simulate#readme",
"devDependencies": {
"component-tap-event": "^1.0.0",
"connect-livereload": "^0.5.3",
"coveralls": "^2.11.4",
"growl": "^1.8.1",
"gulp": "^3.9.0",
"gulp-livereload": "^3.8.1",
"gulp-serve": "^1.2.0",
"gulp-util": "^3.0.7",
"istanbul": "^0.4.0",
"istanbul-instrumenter-loader": "^0.2.0",
"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",
"mocha": "^2.3.3",
"mocha-loader": "^0.7.1",
"webpack": "^1.12.3",
"webpack-dev-server": "^1.12.1"
},
"dependencies": {
"component-emitter": "^1.2.0",
"component-raf": "^1.2.0",
"component-tween": "^1.2.0",
"prop-detect": "^1.0.0"
},
"browser": {
"raf": "component-raf",
"tween": "component-tween",
"emitter": "component-emitter",
"tap-event": "component-tap-event"
}
}