forked from ElemeFE/vue-infinite-scroll
-
Notifications
You must be signed in to change notification settings - Fork 0
/
bower.json
43 lines (43 loc) · 1023 Bytes
/
bower.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
{
"name": "vue-infinite-scroll",
"description": "An infinite scroll directive for vue.js.",
"keywords": [
"infinite-scroll",
"vue"
],
"main": [
"vue-infinite-scroll.js"
],
"dependencies": {
"vue": "~1.0.10"
},
"devDependencies": {
"babel-preset-es2015-rollup": "~1.1.1",
"jasmine-core": "~2.4.1",
"karma": "~0.13.21",
"karma-chrome-launcher": "~0.2.2",
"karma-jasmine": "~0.3.7",
"karma-phantomjs-launcher": "~1.0.0",
"karma-rollup-preprocessor": "~2.0.1",
"phantomjs-prebuilt": "~2.1.5",
"rollup": "~0.25.4",
"rollup-plugin-babel": "~2.4.0",
"rollup-plugin-commonjs": "~2.2.1",
"rollup-plugin-env": "~0.21.2",
"rollup-plugin-node-resolve": "~1.5.0",
"xo": "~0.12.1"
},
"authors": "long.zhang@ele.me",
"repository": {
"type": "git",
"url": "https://github.com/ElemeFE/vue-infinite-scroll.git"
},
"license": "MIT",
"ignore": [
"**/*.txt",
"README",
"package.json",
".gitignore",
"bower.json"
]
}