-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
30 lines (30 loc) · 755 Bytes
/
package.json
File metadata and controls
30 lines (30 loc) · 755 Bytes
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
{
"name": "dojay-weapp",
"version": "1.0.1",
"description": "隔壁老王的微信小程序UI组件",
"main": "index.js",
"scripts": {
"dev": "gulp --gulpfile build/build-dev.js",
"build": "gulp --gulpfile build/build-prod.js",
"start": "gulp --gulpfile build/build-dev.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/dojay/dojay-weapp.git"
},
"keywords": [
"wechat"
],
"author": "wdojay@163.com",
"license": "ISC",
"bugs": {
"url": "https://github.com/dojay/dojay-weapp/issues"
},
"homepage": "https://github.com/dojay/dojay-weapp#readme",
"dependencies": {
"gulp": "^4.0.0",
"gulp-clean-css": "^4.0.0",
"gulp-less": "^4.0.1",
"gulp-rename": "^1.4.0"
}
}