{
  "name": "wx-mall-components",
  "version": "1.0.4",
  "description": "微信小程序商城组件库",
  "main": "app.js",
  "miniprogram": "dist",
  "scripts": {
    "start": "gulp watch",
    "build": "cross-env NODE_ENV=production gulp"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/csonchen/wx-mall-components.git"
  },
  "keywords": [
    "商城组件库"
  ],
  "files": ["dist"],
  "author": "csonchen",
  "license": "ISC",
  "bugs": {
    "url": "https://github.com/csonchen/wx-mall-components/issues"
  },
  "homepage": "https://github.com/csonchen/wx-mall-components#readme",
  "devDependencies": {
    "cross-env": "^7.0.2",
    "gulp": "^4.0.2",
    "gulp-copy": "^4.0.1",
    "gulp-pug": "^4.0.1",
    "gulp-rename": "^2.0.0",
    "gulp-stylus": "^2.7.0"
  }
}
