package.json 490 B

12345678910111213141516171819202122
  1. {
  2. "name": "wxnolazy-chrome",
  3. "version": "1.0.0",
  4. "description": "禁止微信懒加载",
  5. "main": "index.js",
  6. "scripts": {
  7. "test": "echo \"Error: no test specified\" && exit 1"
  8. },
  9. "repository": {
  10. "type": "git",
  11. "url": "https://git.yoqi.me/lyq/wxNoLazy-Chrome.git"
  12. },
  13. "keywords": [
  14. "微信,公众号,懒加载"
  15. ],
  16. "author": "liuyuqi.gov@msn.cn",
  17. "license": "Apache-2.0",
  18. "dependencies": {
  19. "gulp-less": "^4.0.1",
  20. "gulp-uglify": "^3.0.2"
  21. }
  22. }