-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
89 lines (89 loc) · 2.55 KB
/
package.json
File metadata and controls
89 lines (89 loc) · 2.55 KB
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
{
"name": "iscroll-component",
"version": "3.2.0",
"description": "improved scrollable for element on all platform",
"main": "dest/index.js",
"jsnext:main": "src/index.js",
"scripts": {
"test": "make test-coveralls",
"prepublish": "babel src -d dest"
},
"repository": {
"type": "git",
"url": "git+https://github.com/chemzqm/iscroll.git"
},
"keywords": [
"iscroll",
"scroll",
"scrollable"
],
"author": "chemzqm@gmail.com",
"license": "MIT",
"bugs": {
"url": "https://github.com/chemzqm/iscroll/issues"
},
"homepage": "https://github.com/chemzqm/iscroll#readme",
"browser": {
"events": "component-events",
"emitter": "component-emitter",
"raf": "component-raf",
"tween": "component-tween"
},
"dependencies": {
"component-emitter": "^1.2.1",
"component-events": "^1.0.10",
"component-raf": "^1.2.0",
"component-tween": "^1.2.0",
"computed-style": "^0.3.0",
"custom-event": "^1.0.1",
"debounce": "^1.0.0",
"has-touch": "^1.0.1",
"mouse-wheel-event": "^1.2.3",
"prop-detect": "^1.1.0",
"resizelistener": "^1.1.0",
"throttleit": "^1.0.0"
},
"devDependencies": {
"babel-cli": "^6.18.0",
"babel-core": "^6.21.0",
"babel-istanbul": "^0.12.1",
"babel-istanbul-loader": "^0.1.0",
"babel-loader": "^6.2.10",
"babel-plugin-add-module-exports": "^0.2.1",
"babel-plugin-transform-es3-member-expression-literals": "^6.8.0",
"babel-plugin-transform-es3-property-literals": "^6.8.0",
"babel-plugin-transform-event": "0.0.6",
"babel-plugin-transform-runtime": "^6.15.0",
"babel-preset-es2015": "^6.18.0",
"babel-preset-es2015-loose": "^8.0.0",
"connect-livereload": "^0.6.0",
"coveralls": "^2.11.15",
"css-loader": "^0.26.1",
"gulp": "^3.9.1",
"gulp-live-serve": "^1.0.2",
"gulp-livereload": "^3.8.1",
"gulp-serve": "^1.4.0",
"gulp-uglify": "^2.0.0",
"gulp-util": "^3.0.8",
"istanbul": "^0.4.5",
"istanbul-instrumenter-loader": "^1.2.0",
"karma": "^1.3.0",
"karma-cli": "^1.0.1",
"karma-coverage": "^1.1.1",
"karma-firefox-launcher": "^1.0.0",
"karma-mocha": "^1.3.0",
"karma-sourcemap-loader": "^0.3.7",
"karma-webpack": "^1.8.1",
"karma-wrap-preprocessor": "^0.1.0",
"mocha": "3.2.0",
"mocha-loader": "^1.0.0",
"mocha-notify": "0.0.4",
"stack-source-map": "^1.0.6",
"style-loader": "^0.13.1",
"touch-simulate": "0.1.1",
"webpack": "^1.14.0",
"webpack-dev-server": "^1.16.2",
"webpack-stream": "^3.2.0"
},
"style": "iscroll.css"
}