{
"name": "shop_mobile_uni",
"version": "1.0.31",
"description": "谛宝多多商城",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"gulp:test": "gulp --env test",
"gulp:mirror": "gulp --env mirror",
"gulp:prod": "gulp --env prod",
"path:test": "node path.js test",
"path:mirror": "node path.js mirror",
"path:prod": "node path.js prod"
},
"repository": {
"type": "git",
"url": "http://39.96.27.29/zhengxiuming/shop_mobile_uni.git"
},
"author": "zxm",
"license": "ISC",
"devDependencies": {
"gulp": "^4.0.2",
"gulp-if": "^3.0.0",
"gulp-oss-publish": "^1.0.4",
"js-beautify": "^1.10.3",
"minimist": "^1.2.0"
},
"dependencies": {
"clipboard": "^2.0.6",
"jweixin-module": "^1.6.0",
"md5": "^2.2.1",
"moment": "^2.24.0"
}
}
-
王建威 authored788280d9
This project manages its dependencies using
npm.
Learn more