-
Notifications
You must be signed in to change notification settings - Fork 450
/
package.json
59 lines (59 loc) · 1.38 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
{
"name": "islider.js",
"version": "2.2.5",
"author": "EUX team",
"main": "build/index.bundle.js",
"description": "Smooth and high-performance slide web framework. Suitable for PC, Mobile WebApp, HTML5 App, Hybrid App",
"devDependencies": {
"css-loader": "^0.24.0",
"eslint": "^1.10.3",
"extract-text-webpack-plugin": "^1.0.1",
"fs": "0.0.2",
"gulp": "^3.9.1",
"gulp-clean": "^0.3.1",
"gulp-cssmin": "^0.1.7",
"gulp-livereload": "^3.8.1",
"gulp-load-plugins": "^1.2.0",
"gulp-rename": "^1.2.2",
"gulp-uglify": "^1.5.1",
"json-config-reader": "^2.0.1",
"karma": "^0.13.21",
"karma-chrome-launcher": "^0.2.2",
"karma-coverage": "^0.5.3",
"karma-mocha": "^0.2.2",
"mocha": "^2.4.5",
"require-dir": "^0.3.2",
"style-loader": "^0.13.1",
"through-gulp": "^0.5.0",
"webpack": "^1.13.2"
},
"scripts": {
"test": "karma start",
"build": "gulp"
},
"repository": {
"type": "git",
"url": "git@github.com:BE-FE/iSlider.git"
},
"keywords": [
"smooth",
"hybrid",
"mobile",
"performance",
"slide",
"slider",
"animate",
"effect",
"mobile",
"iSlider.js",
"javascript",
"lightweight",
"plug-in",
"easy to expand"
],
"bugs": {
"url": "https://github.com/BE-FE/iSlider/issues",
"email": "shine.wangrs@gmail.com"
},
"license": "MIT"
}