package.json 410 B

123456789101112131415161718192021
  1. {
  2. "name": "HSMSV1-app",
  3. "version": "1.0.0",
  4. "description": "",
  5. "main": "main.js",
  6. "scripts": {
  7. "test": "echo \"Error: no test specified\" && exit 1"
  8. },
  9. "repository": {
  10. "type": "git",
  11. "url": "http://git.dashitech.com/wangyaxiang/HSMSV1-app.git"
  12. },
  13. "keywords": [],
  14. "author": "",
  15. "license": "ISC",
  16. "dependencies": {
  17. "vconsole": "^3.3.4",
  18. "weixin-jsapi": "^1.1.0"
  19. }
  20. }