-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
39 lines (39 loc) · 1010 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
{
"name": "wechat-mini-program-ga-sdk",
"version": "1.0.1",
"main": "index.js",
"description": "Integrate Google Analytics with Wechat Mini Program via Measurement Protocol",
"keywords": [
"Google Analytics",
"WeChat",
"mini-program",
"Wechat Mini Program",
"wepy",
"mpvue",
"taro",
"Measurement Protocol"
],
"repository": {
"type": "git",
"url": "git+https://github.com/LRENZ/Wechat-Mini-Program-GA-SDK.git"
},
"author": "lrenz",
"license": "MIT",
"scripts": {
"start": "webpack-dev-server --env.dev",
"build": "webpack --env.prod"
},
"dependencies": {
"@babel/core": "^7.7.7",
"@babel/preset-env": "^7.7.7",
"babel-loader": "^8.0.6",
"webpack": "^4.41.5",
"webpack-cli": "^3.3.10",
"webpack-dev-server": "^3.10.1"
},
"bugs": {
"url": "https://github.com/LRENZ/Wechat-Mini-Program-GA-SDK/issues"
},
"homepage": "https://github.com/LRENZ/Wechat-Mini-Program-GA-SDK#readme",
"devDependencies": {}
}