forked from ccforward/progressive-image
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
41 lines (41 loc) · 1.08 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
{
"name": "progressive-image",
"version": "1.2.1",
"description": "A dead simple progressive-image module for Vanilla JavaScript and Vue.js 1.0+ & 2.0+",
"main": "index.js",
"scripts": {
"build": "webpack --config webpack.js",
"demo": "webpack --config webpack.demo.conf.js"
},
"repository": {
"type": "git",
"url": "https://github.com/ccforward/progressive-image"
},
"keywords": [
"progressive",
"progressive-image",
"vue-progressive-image",
"vue-progressive",
"lazy-image",
"lazy",
"vue lazy"
],
"devDependencies": {
"babel-core": "^6.22.1",
"babel-loader": "^6.2.10",
"babel-plugin-transform-runtime": "^6.22.0",
"babel-preset-latest": "^6.22.0",
"babel-preset-stage-2": "^6.22.0",
"babel-register": "^6.22.0",
"css-loader": "^0.27.3",
"extract-text-webpack-plugin": "^2.1.0",
"gm": "^1.23.0",
"style-loader": "^0.15.0",
"stylus": "^0.54.5",
"stylus-loader": "^3.0.1",
"vue": "^2.2.4",
"webpack": "^2.2.1"
},
"author": "ccforward <ccking@foxmail.com>",
"license": "MIT"
}