package.json 520 字节
Newer Older
1 2
{
  "name": "@dcloudio/webpack-uni-mp-loader",
3
  "version": "2.0.0-alpha-28920200821001",
4 5 6 7 8 9 10 11 12 13 14 15 16 17 18
  "description": "webpack-uni-mp-loader",
  "main": "index.js",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/dcloudio/uni-app.git",
    "directory": "packages/webpack-uni-mp-loader"
  },
  "files": [
    "lib"
  ],
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "author": "fxy060608",
  "license": "Apache-2.0",
19
  "gitHead": "e62f0398362f2f9de0bf5726046d7951c88d6b1d"
20
}