pic-template
Version:
A Vue Component for html2canvas (https://html2canvas.hertzen.com/).
41 lines • 870 B
JSON
{
"name": "pic-template",
"version": "1.0.4",
"description": "A Vue Component for html2canvas (https://html2canvas.hertzen.com/).",
"main": "index.js",
"files": ["src"],
"scripts": {
"lint": "eslint src --ext .js,.vue",
"test": "npm run lint"
},
"browserify": {
"transform": [
"html2canvas"
]
},
"keywords": [
"html2canvas",
"poster",
"template",
"cert",
"海报",
"证书",
"vue"
],
"author": "BianTan",
"license": "ISC",
"bugs": {
"url": "https://github.com/BianTan/pic-template/issues"
},
"homepage": "https://github.com/BianTan/pic-template#readme",
"devDependencies": {
"babel-eslint": "^10.1.0",
"babel-plugin-import": "^1.13.3",
"eslint": "^6.7.2",
"eslint-plugin-vue": "^6.2.2",
"vue": "^2.6.11"
},
"dependencies": {
"html2canvas": "^1.4.1"
}
}