-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.json
37 lines (37 loc) · 934 Bytes
/
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
{
"name": "vue-lazyloadimg",
"version": "1.0.7",
"description": "vue lazy load image components",
"main": "dist/vue-lazyloadimg.js",
"scripts": {
"build": "node build/build.js",
"babelbuild": "babel ./src/index.js --out-file ./dist/vue-lazyloadimg.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/yodfz/vue-lazyImg.git"
},
"keywords": [
"vue",
"lazy",
"load",
"img"
],
"author": "yodfz",
"license": "MIT",
"dependencies": {
"babel-plugin-transform-runtime": "^6.15.0",
"babel-preset-es2015-rollup": "^1.2.0",
"fs": "0.0.1-security",
"rollup": "^0.36.1",
"rollup-plugin-babel": "^2.6.1",
"webpack": "^1.13.2"
},
"devDependencies": {
"babel-core": "^6.14.0",
"babel-loader": "^6.2.5",
"babel-preset-es2015": "^6.14.0",
"babel-preset-stage-2": "^6.13.0"
}
}