package.json 498 B

1234567891011121314151617181920212223
  1. {
  2. "devDependencies": {
  3. "node-sass": "^4.14.1",
  4. "sass-loader": "^7.3.1"
  5. },
  6. "name": "h5-elab-open-ownerUnion",
  7. "version": "1.0.0",
  8. "main": "main.js",
  9. "scripts": {
  10. "test": "echo \"Error: no test specified\" && exit 1"
  11. },
  12. "repository": {
  13. "type": "git",
  14. "url": "http://192.168.4.246:3000/elab-damai-h5/h5-elab-open-ownerUnion.git"
  15. },
  16. "keywords": [],
  17. "author": "",
  18. "license": "ISC",
  19. "description": "",
  20. "dependencies": {
  21. "weixin-js-sdk": "^1.6.0"
  22. }
  23. }