-
Notifications
You must be signed in to change notification settings - Fork 24
/
Copy pathpackage.json
60 lines (60 loc) · 1.38 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
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
{
"name": "vue-html2canvas",
"version": "0.0.4",
"description": "Vue mixin for Html2Canvas",
"main": "index.js",
"semistandard": {
"parser": "babel-eslint",
"ignore": [
"/dist/**"
]
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"lint": "semistandard --fix | snazzy",
"prebuild": "npm run lint",
"build": "rm -rf dist && webpack --progress --hide-modules"
},
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/mycure-inc/vue-html2canvas.git"
},
"keywords": [
"canvas",
"html2canvas",
"vue",
"mixin",
"html",
"to",
"image",
"element",
"to",
"image",
"element",
"to",
"canvas"
],
"dependencies": {
"html2canvas": "^1.0.0-alpha.12"
},
"devDependencies": {
"babel-core": "^6.25.0",
"babel-eslint": "^10.0.1",
"babel-loader": "^7.1.1",
"babel-preset-env": "^1.6.0",
"babel-preset-es2015": "^6.24.1",
"compression-webpack-plugin": "^1.0.0",
"css-loader": "^0.28.4",
"semistandard": "^12.0.1",
"snazzy": "^8.0.0",
"style-loader": "^0.18.2",
"uglify-loader": "^2.0.0",
"webpack": "^3.5.4"
},
"author": "Jofferson Ramirez Tiquez",
"license": "MIT",
"bugs": {
"url": "https://github.com/mycure-inc/vue-html2canvas/issues"
},
"homepage": "https://github.com/mycure-inc/vue-html2canvas#readme"
}