package.json 314 B

12345678910111213141516
  1. {
  2. "name": "wxml2canvas",
  3. "version": "1.0.1",
  4. "description": "将wxml指定节点转换成canvas元素",
  5. "main": "index.js",
  6. "scripts": {
  7. "test": "echo \"Error: no test specified\" && exit 1"
  8. },
  9. "keywords": [
  10. "wxml2canvas",
  11. "wxml",
  12. "canvas"
  13. ],
  14. "author": "wg",
  15. "license": "ISC"
  16. }