12345678910111213141516171819202122232425 |
- {
- "name": "wxnolazy-chrome",
- "version": "1.0.0",
- "description": "禁止微信懒加载",
- "main": "index.js",
- "scripts": {
- "dev":"gulp js",
- "prod":"gulp default",
- "test": "echo \"Error: no test specified\" && exit 1"
- },
- "repository": {
- "type": "git",
- "url": "https://git.yoqi.me/lyq/wxNoLazy-Chrome.git"
- },
- "keywords": [
- "微信,公众号,懒加载"
- ],
- "author": "liuyuqi.gov@msn.cn",
- "license": "Apache-2.0",
- "dependencies": {
- "gulp": "^4.0.2",
- "gulp-less": "^4.0.1",
- "gulp-uglify": "^3.0.2"
- }
- }
|