-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
44 lines (44 loc) · 1.12 KB
/
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
40
41
42
43
44
{
"name": "koo-ware",
"version": "0.0.5",
"description": "widgets for Mina",
"main": "index.js",
"miniprogram": "dist",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "webpack --config webpack.config.js",
"start": "webpack --watch",
"pack": "webpack"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Kujiale-Mobile/koo-ware.git"
},
"devDependencies": {
"babel-loader": "^7.1.4",
"clean-webpack-plugin": "^0.1.19",
"copy-webpack-plugin": "^4.5.1",
"git-revision-webpack-plugin": "^3.0.3",
"glob": "^7.1.2",
"mpvue-loader": "^1.0.13",
"mpvue-template-compiler": "^1.0.10",
"mpvue-webpack-target": "^1.0.0",
"path": "^0.12.7",
"replace-in-file-webpack-plugin": "^1.0.6",
"webpack": "^4.8.3",
"webpack-cli": "^2.1.4"
},
"keywords": [
"wechat",
"mina",
"mini-app",
"widgets",
"kujiale"
],
"author": "Kujiale-Mobile",
"license": "MIT",
"bugs": {
"url": "https://github.com/Kujiale-Mobile/koo-ware/issues"
},
"homepage": "https://github.com/Kujiale-Mobile/koo-ware#readme"
}