-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
executable file
·43 lines (43 loc) · 1.06 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
{
"name": "mina-gulp-cli",
"version": "0.0.7",
"description": "a light-weight wechat mina(mini program) client developing stage, powered by gulp",
"main": "gulpfiles.js",
"scripts": {
"changelog": "conventional-changelog -p angular -i Changelog.md -s"
},
"author": "milo",
"license": "MIT",
"devDependencies": {
"cz-conventional-changelog": "^2.1.0",
"gulp": "^4.0.0",
"gulp-babel": "^8.0.0",
"gulp-clean": "^0.4.0",
"gulp-rename": "^1.4.0",
"gulp-replace": "^1.0.0",
"gulp-sass": "^4.0.2",
"gulp-tap": "^1.0.1",
"gulp-webpack": "^1.5.0",
"minimist": "^1.2.0"
},
"config": {
"commitizen": {
"path": "./node_modules/cz-conventional-changelog"
}
},
"repository": {
"type": "git",
"url": "git+https://github.com/milobluebell/mina-gulp-cli.git"
},
"keywords": [
"mina",
"gulp",
"wechat",
"喜屋"
],
"bugs": {
"url": "https://github.com/milobluebell/mina-gulp-cli/issues"
},
"homepage": "https://github.com/milobluebell/mina-gulp-cli#readme",
"dependencies": {}
}