-
Notifications
You must be signed in to change notification settings - Fork 15
/
package.json
40 lines (40 loc) · 1.07 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
{
"name": "vue-lazy-load-img",
"version": "0.0.5",
"description": "vue 图片懒加载插件",
"main": "dist/vue-lazy-load-img.js",
"keywords": [
"lazy load img",
"load img",
"lazy img"
],
"scripts": {
"dev": "node node_modules/gulp/bin/gulp"
},
"repository": {
"type": "git",
"url": "git+https://github.com/lzxb/vue-lazy-load-img.git"
},
"author": "",
"license": "MIT",
"bugs": {
"url": "https://github.com/lzxb/vue-lazy-load-img/issues"
},
"homepage": "https://github.com/lzxb/vue-lazy-load-img#readme",
"devDependencies": {
"babel-plugin-external-helpers": "^6.22.0",
"babel-plugin-transform-object-assign": "^6.22.0",
"babel-preset-es2015": "^6.22.0",
"clear": "0.0.1",
"eslint-config-standard": "^6.2.1",
"eslint-plugin-promise": "^3.4.2",
"eslint-plugin-standard": "^2.0.1",
"eslint-plugin-vue": "^2.0.1",
"gulp": "^3.9.1",
"gulp-eslint": "^3.0.1",
"rollup": "^0.38.3",
"rollup-plugin-babel": "^2.7.1",
"rollup-plugin-uglify": "^1.0.1",
"rollup-plugin-vue2": "^0.6.1"
}
}