1
1
{
2
- "name" : " better-scroll" ,
3
- "version" : " 1.3.1" ,
4
- "description" : " inspired by iscroll, and it has a better scroll perfermance" ,
5
- "author" : {
6
- "name" : " huangyi" ,
7
-
8
- },
9
- "main" : " dist/bscroll.js" ,
10
- "scripts" : {
11
- "dev" : " node build/dev-server.js" ,
12
- "build" : " node build/build.js" ,
13
- "doc" : " cd doc && gitbook install && gitbook serve" ,
14
- "build:demo" : " node build/build-demo" ,
15
- "build:doc" : " sh build/doc.sh" ,
16
- "unit" : " cross-env BABEL_ENV=test karma start test/unit/karma.conf.js --single-run" ,
17
- "test" : " npm run unit && npm run codecov" ,
18
- "codecov" : " codecov"
19
- },
20
- "bugs" : {
21
- "url" : " https://github.com/ustbhuangyi/better-scroll/issues"
22
- },
23
- "homepage" : " https://github.com/ustbhuangyi/better-scroll" ,
24
- "keywords" : [
25
- " scroll" ,
26
- " iscroll" ,
27
- " javascript" ,
28
- " ios"
29
- ],
30
- "licenses" : " MIT" ,
31
- "repository" : {
32
- "type" : " git" ,
33
- "url" :
" [email protected] :ustbhuangyi/better-scroll.git"
34
- },
35
- "dependencies" : {
36
- "babel-runtime" : " ^6.0.0"
37
- },
38
- "devDependencies" : {
39
- "babel-core" : " ^6.9.1" ,
40
- "babel-eslint" : " ^6.1.2" ,
41
- "babel-loader" : " ^7.1.2" ,
42
- "babel-preset-es2015" : " ^6.9.0" ,
43
- "babel-plugin-external-helpers" : " ^6.22.0" ,
44
- "babel-plugin-add-module-exports" : " ^0.2.1" ,
45
- "babel-plugin-transform-es2015-modules-umd" : " ^6.12.0" ,
46
- "babel-plugin-transform-runtime" : " ^6.9.0" ,
47
- "babel-preset-stage-2" : " ^6.5.0" ,
48
- "eslint" : " ^2.10.2" ,
49
- "eslint-friendly-formatter" : " ^2.0.7" ,
50
- "eslint-loader" : " ^1.3.0" ,
51
- "eslint-plugin-html" : " ^1.3.0" ,
52
- "eslint-config-standard" : " ^5.1.0" ,
53
- "eslint-plugin-promise" : " ^1.0.8" ,
54
- "eslint-plugin-standard" : " ^1.3.2" ,
55
- "webpack" : " ^3.4.1" ,
56
- "webpack-dev-middleware" : " ^1.12.0" ,
57
- "webpack-hot-middleware" : " ^2.18.2" ,
58
- "webpack-merge" : " ^4.1.0" ,
59
- "html-webpack-plugin" : " ^2.28.0" ,
60
- "friendly-errors-webpack-plugin" : " ^1.1.3" ,
61
- "stylus" : " ^0.54.5" ,
62
- "stylus-loader" : " ^2.1.1" ,
63
- "opn" : " ^4.0.2" ,
64
- "eventsource-polyfill" : " ^0.9.6" ,
65
- "express" : " ^4.14.1" ,
66
- "rollup" : " ^0.43.0" ,
67
- "rollup-plugin-babel" : " ^2.7.1" ,
68
- "css-loader" : " ^0.28.0" ,
69
- "postcss-loader" : " ^2.0.5" ,
70
- "style-loader" : " ^0.13.1" ,
71
- "vue-loader" : " ^11.3.4" ,
72
- "vue-style-loader" : " ^2.0.5" ,
73
- "vue-template-compiler" : " ^2.4.2" ,
74
- "vue" : " ^2.4.2" ,
75
- "vue-router" : " ^2.7.0" ,
76
- "vue-i18n" : " ^7.2.0" ,
77
- "autoprefixer" : " ^7.1.1" ,
78
- "uglify-js" : " ^3.0.27" ,
79
- "extract-text-webpack-plugin" : " ^3.0.0" ,
80
- "optimize-css-assets-webpack-plugin" : " ^1.3.0" ,
81
- "copy-webpack-plugin" : " ^4.0.1" ,
82
- "chalk" : " ^1.1.3" ,
83
- "ora" : " ^1.2.0" ,
84
- "rimraf" : " ^2.6.0" ,
85
- "url-loader" : " ^0.5.9" ,
86
- "file-loader" : " ^0.11.1" ,
87
- "vconsole" : " ^2.5.2" ,
88
- "cross-env" : " ^5.0.5" ,
89
- "karma" : " ^1.7.0" ,
90
- "karma-coverage" : " ^1.1.1" ,
91
- "karma-mocha" : " ^1.3.0" ,
92
- "karma-phantomjs-launcher" : " ^1.0.4" ,
93
- "karma-sinon-chai" : " ^1.3.1" ,
94
- "karma-sourcemap-loader" : " ^0.3.7" ,
95
- "karma-spec-reporter" : " 0.0.31" ,
96
- "karma-webpack" : " ^2.0.4" ,
97
- "mocha" : " ^3.5.0" ,
98
- "chai" : " ^3.5.0" ,
99
- "sinon" : " ^2.1.0" ,
100
- "sinon-chai" : " ^2.13.0" ,
101
- "babel-plugin-istanbul" : " ^4.1.4" ,
102
- "codecov" : " ^2.2.0"
103
- }
104
- }
2
+ "name" : " better-scroll" ,
3
+ "version" : " 1.3.1" ,
4
+ "description" : " inspired by iscroll, and it has a better scroll perfermance" ,
5
+ "author" : {
6
+ "name" : " huangyi" ,
7
+
8
+ },
9
+ "types" : " ./types/index.d.ts" ,
10
+ "main" : " dist/bscroll.js" ,
11
+ "scripts" : {
12
+ "dev" : " node build/dev-server.js" ,
13
+ "build" : " node build/build.js" ,
14
+ "doc" : " cd doc && gitbook install && gitbook serve" ,
15
+ "build:demo" : " node build/build-demo" ,
16
+ "build:doc" : " sh build/doc.sh" ,
17
+ "unit" : " cross-env BABEL_ENV=test karma start test/unit/karma.conf.js --single-run" ,
18
+ "test" : " npm run unit && npm run codecov" ,
19
+ "codecov" : " codecov"
20
+ },
21
+ "bugs" : {
22
+ "url" : " https://github.com/ustbhuangyi/better-scroll/issues"
23
+ },
24
+ "homepage" : " https://github.com/ustbhuangyi/better-scroll" ,
25
+ "keywords" : [
26
+ " scroll" ,
27
+ " iscroll" ,
28
+ " javascript" ,
29
+ " ios"
30
+ ],
31
+ "licenses" : " MIT" ,
32
+ "repository" : {
33
+ "type" : " git" ,
34
+ "url" :
" [email protected] :ustbhuangyi/better-scroll.git"
35
+ },
36
+ "dependencies" : {
37
+ "babel-runtime" : " ^6.0.0"
38
+ },
39
+ "devDependencies" : {
40
+ "babel-core" : " ^6.9.1" ,
41
+ "babel-eslint" : " ^6.1.2" ,
42
+ "babel-loader" : " ^7.1.2" ,
43
+ "babel-preset-es2015" : " ^6.9.0" ,
44
+ "babel-plugin-external-helpers" : " ^6.22.0" ,
45
+ "babel-plugin-add-module-exports" : " ^0.2.1" ,
46
+ "babel-plugin-transform-es2015-modules-umd" : " ^6.12.0" ,
47
+ "babel-plugin-transform-runtime" : " ^6.9.0" ,
48
+ "babel-preset-stage-2" : " ^6.5.0" ,
49
+ "eslint" : " ^2.10.2" ,
50
+ "eslint-friendly-formatter" : " ^2.0.7" ,
51
+ "eslint-loader" : " ^1.3.0" ,
52
+ "eslint-plugin-html" : " ^1.3.0" ,
53
+ "eslint-config-standard" : " ^5.1.0" ,
54
+ "eslint-plugin-promise" : " ^1.0.8" ,
55
+ "eslint-plugin-standard" : " ^1.3.2" ,
56
+ "webpack" : " ^3.4.1" ,
57
+ "webpack-dev-middleware" : " ^1.12.0" ,
58
+ "webpack-hot-middleware" : " ^2.18.2" ,
59
+ "webpack-merge" : " ^4.1.0" ,
60
+ "html-webpack-plugin" : " ^2.28.0" ,
61
+ "friendly-errors-webpack-plugin" : " ^1.1.3" ,
62
+ "stylus" : " ^0.54.5" ,
63
+ "stylus-loader" : " ^2.1.1" ,
64
+ "opn" : " ^4.0.2" ,
65
+ "eventsource-polyfill" : " ^0.9.6" ,
66
+ "express" : " ^4.14.1" ,
67
+ "rollup" : " ^0.43.0" ,
68
+ "rollup-plugin-babel" : " ^2.7.1" ,
69
+ "css-loader" : " ^0.28.0" ,
70
+ "postcss-loader" : " ^2.0.5" ,
71
+ "style-loader" : " ^0.13.1" ,
72
+ "vue-loader" : " ^11.3.4" ,
73
+ "vue-style-loader" : " ^2.0.5" ,
74
+ "vue-template-compiler" : " ^2.4.2" ,
75
+ "vue" : " ^2.4.2" ,
76
+ "vue-router" : " ^2.7.0" ,
77
+ "vue-i18n" : " ^7.2.0" ,
78
+ "autoprefixer" : " ^7.1.1" ,
79
+ "uglify-js" : " ^3.0.27" ,
80
+ "extract-text-webpack-plugin" : " ^3.0.0" ,
81
+ "optimize-css-assets-webpack-plugin" : " ^1.3.0" ,
82
+ "copy-webpack-plugin" : " ^4.0.1" ,
83
+ "chalk" : " ^1.1.3" ,
84
+ "ora" : " ^1.2.0" ,
85
+ "rimraf" : " ^2.6.0" ,
86
+ "url-loader" : " ^0.5.9" ,
87
+ "file-loader" : " ^0.11.1" ,
88
+ "vconsole" : " ^2.5.2" ,
89
+ "cross-env" : " ^5.0.5" ,
90
+ "karma" : " ^1.7.0" ,
91
+ "karma-coverage" : " ^1.1.1" ,
92
+ "karma-mocha" : " ^1.3.0" ,
93
+ "karma-phantomjs-launcher" : " ^1.0.4" ,
94
+ "karma-sinon-chai" : " ^1.3.1" ,
95
+ "karma-sourcemap-loader" : " ^0.3.7" ,
96
+ "karma-spec-reporter" : " 0.0.31" ,
97
+ "karma-webpack" : " ^2.0.4" ,
98
+ "mocha" : " ^3.5.0" ,
99
+ "chai" : " ^3.5.0" ,
100
+ "sinon" : " ^2.1.0" ,
101
+ "sinon-chai" : " ^2.13.0" ,
102
+ "babel-plugin-istanbul" : " ^4.1.4" ,
103
+ "codecov" : " ^2.2.0"
104
+ }
105
+ }
0 commit comments