-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 832 Bytes
/
Copy pathpackage.json
File metadata and controls
37 lines (37 loc) · 832 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
37
{
"name": "jm-cli",
"version": "1.2.3",
"description": "a cli tool for jumore FE team",
"keywords": [
"cli",
"ng",
"vue"
],
"author": "iceli <woticeli@gmail.com>",
"repository": "git+https://github.com/jm-team/jm-cli.git",
"bin": {
"jm": "./bin/jm"
},
"dependencies": {
"chalk": "^1.1.3",
"commander": "^2.9.0",
"conventional-changelog": "^1.1.3",
"download-git-repo": "^0.2.1",
"fecs": "^1.2.2",
"gh-pages": "^1.0.0",
"husky": "^0.13.3",
"jsdoc": "^3.4.3",
"ora": "^1.1.0",
"shelljs": "^0.7.4",
"validate-commit-msg": "^2.12.1"
},
"bugs": {
"url": "https://github.com/jm-team/jm-cli/issues"
},
"homepage": "https://github.com/jm-team/jm-cli#readme",
"main": "./lib/index.js",
"scripts": {
"test": "mocha"
},
"license": "MIT"
}