-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
executable file
·41 lines (41 loc) · 1.01 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": "vue-image-edit",
"version": "1.0.22",
"description": "image edit for vue",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"devDependencies": {
"babel-cli": "^6.26.0",
"babel-eslint": "^7.1.1",
"eslint": "^3.14.1",
"eslint-config-standard": "^6.2.1",
"eslint-friendly-formatter": "^2.0.7",
"eslint-loader": "^1.6.1",
"eslint-plugin-html": "^2.0.0",
"eslint-plugin-promise": "^3.4.0",
"eslint-plugin-standard": "^2.0.1",
"pug": "^2.0.0-beta11",
"pug-loader": "^2.3.0",
"vue": "^2.3.3",
"vux": "^2.8.0"
},
"keywords": [
"vue",
"vue-image",
"vue-image-edit",
"image-edit",
"vue-componet"
],
"repository": {
"type": "git",
"url": "git+https://github.com/wzdwc/vue-image-edit.git"
},
"author": "wzdwc",
"license": "ISC",
"bugs": {
"url": "https://github.com/wzdwc/vue-image-edit/issues"
},
"homepage": "https://github.com/wzdwc/vue-image-edit#readme"
}