-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpackage.json
36 lines (36 loc) · 840 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
{
"name": "vue-img-loader",
"version": "1.0.0",
"description": "",
"main": "./dist/vue-img-loader.common.js",
"author": "jack yang",
"license": "MIT",
"keywords": [
"vue",
"image loader",
"image-loader"
],
"scripts": {
"build": "webpack --config webpack.as.umd.js && webpack"
},
"dependencies": {
"center-it": "^1.1.1",
"stackblur-canvas": "^1.4.0"
},
"devDependencies": {
"babel-core": "^6.10.4",
"babel-loader": "^6.2.4",
"babel-plugin-transform-runtime": "^6.9.0",
"babel-preset-es2015": "^6.9.0",
"css-loader": "^0.23.1",
"style-loader": "^0.13.1",
"uglifyjs": "^2.4.10",
"vue": "^2.0.3",
"vue-loader": "^12.2.1",
"webpack": "^1.13.1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/jackgit/vue-img-loader.git"
}
}