-
Notifications
You must be signed in to change notification settings - Fork 52
/
package.json
44 lines (44 loc) · 1.23 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
{
"author": "jalbaa",
"description": "A plugin of vue for image lazyload, especially optimized for mobile browser(vue图片懒加载插件,特别为移动端优化)",
"devDependencies": {
"babel-core": "^6.24.1",
"babel-loader": "^6.4.1",
"babel-preset-es2015": "^6.24.1",
"babel-preset-flow": "^6.23.0",
"chai": "^3.5.0",
"mocha": "^3.2.0",
"sinon": "^4.5.0",
"ts-loader": "^3.5.0",
"typescript": "^2.8.3",
"vue": "^2.1.4",
"webpack": "^3.11.0"
},
"peerDependencies": {
"vue": "^2.0.0"
},
"license": "MIT",
"main": "dist/vue.lazyimg.js",
"name": "vue-lazyload-img",
"optionalDependencies": {},
"readme": "README.md",
"scripts": {
"build": "webpack",
"dev": "webpack --watch --config webpack.config.dev.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/JALBAA/vue-lazyload-img.git"
},
"keywords": [
"vue",
"lazyload"
],
"bugs": {
"url": "https://github.com/JALBAA/vue-lazyload-img/issues"
},
"homepage": "https://github.com/JALBAA/vue-lazyload-img#readme",
"version": "2.1.3",
"typings": "types/index.d.ts"
}