-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 886 Bytes
/
package.json
File metadata and controls
36 lines (36 loc) · 886 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
31
32
33
34
35
36
{
"name": "generator-packing",
"version": "3.5.7",
"description": "",
"homepage": "",
"author": {
"name": "zhongzhi107",
"email": "zhong.zhi@163.com",
"url": ""
},
"files": [
"generators"
],
"scripts": {
"release": "standard-version && npm publish",
"release:minor": "standard-version --release-as minor && npm publish",
"release:major": "standard-version --release-as major && npm publish",
"postrelease": "git push && git push origin --tags"
},
"main": "generators/index.js",
"keywords": [
"yeoman-generator"
],
"dependencies": {
"chalk": "^1.0.0",
"mkdirp": "^0.5.1",
"object-assign": "^4.1.0",
"packing-glob": "^1.0.1",
"semversion": "^1.0.1",
"yeoman-generator": "^0.23.0",
"yosay": "^1.0.0"
},
"repository": "packingjs/generator-packing",
"license": "MIT",
"preferGlobal": true
}