This repository was archived by the owner on Oct 12, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
77 lines (77 loc) · 1.85 KB
/
package.json
File metadata and controls
77 lines (77 loc) · 1.85 KB
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
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
{
"name": "matman-cli",
"version": "1.1.7",
"description": "CLI for MatMan projects",
"main": "lib/index.js",
"scripts": {
"start": "node ./bin/matman",
"dev-ui": "cd ./business/local-server/webui && npm run start",
"build-ui": "cd ./business/local-server/webui && npm run build",
"prepublishOnly": "npm run build-ui",
"test": "mocha"
},
"repository": {
"type": "git",
"url": "git+https://github.com/matmanjs/matman-cli.git"
},
"keywords": [
"matman",
"matman-cli"
],
"author": "helinjiang",
"engines": {
"node": ">=5.6.0"
},
"license": "MIT",
"bin": {
"matman": "./bin/matman"
},
"bugs": {
"url": "https://github.com/matmanjs/matman-cli/issues"
},
"homepage": "https://github.com/matmanjs/matman-cli#readme",
"configs": {
"compatibleVersion": ">=0.3.0"
},
"dependencies": {
"abbrev": "^1.1.1",
"bluebird": "^3.5.0",
"bunyan": "^1.8.12",
"chalk": "^2.3.2",
"clean-webpack-plugin": "^0.1.19",
"compression": "^1.7.2",
"cors": "^2.8.4",
"cross-spawn": "^5.1.0",
"easy-table": "^1.1.1",
"errorhandler": "^1.5.0",
"express": "^4.16.3",
"figlet": "^1.2.0",
"fs-extra": "^5.0.0",
"hexo-fs": "^0.2.3",
"inquirer": "^3.0.6",
"js-yaml": "^3.11.0",
"log4js": "^2.8.0",
"matman": "^2.1.2",
"matman-core": "^0.1.5",
"meow": "^3.7.0",
"method-override": "^2.3.10",
"minimist": "^1.2.0",
"morgan": "^1.9.0",
"ora": "^1.4.0",
"os": "^0.1.1",
"osenv": "^0.1.4",
"pm2": "^2.10.4",
"request": "^2.81.0",
"request-promise": "^4.2.1",
"semver": "^5.4.1",
"string-replace-webpack-plugin": "^0.1.3",
"superagent": "^3.8.3",
"webpack": "^3.12.0",
"yeoman-environment": "^1.6.6",
"yeoman-generator": "^2.0.3"
},
"devDependencies": {
"chai": "^4.1.1",
"mocha": "^3.5.0"
}
}