-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
51 lines (51 loc) · 1 KB
/
package.json
File metadata and controls
51 lines (51 loc) · 1 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
{
"name": "mid",
"description": "nodejs MVC framework",
"version": "1.0.0",
"author": {
"name": "xudeming",
"email": "xudeming208@126.com"
},
"scripts": {
"start": "pm2 start pm2.json",
"stop": "rm -rf tmp/* && rm -rf logs/* && pm2 delete pm2.json",
"restart": "npm stop && npm start",
"log": "npm start && tail -f logs/child-out.log",
"debug": "npm start && tail -f logs/child-err.log"
},
"dependencies": {
"agentkeepalive": "3.4.1",
"chokidar": "2.0.2",
"fe-logs": "1.0.13"
},
"devDependencies": {
"less": "2.7.3",
"uglify-js": "2.8.29"
},
"keywords": [
"nodejs",
"mid",
"mid-cli",
"mvc",
"framework",
"ssr",
"es6",
"es7",
"async",
"await",
"promise",
"less",
"cluster"
],
"repository": {
"type": "git",
"url": "https://github.com/xudeming208/mid"
},
"engines": {
"node": ">=7.6.0"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/xudeming208/mid/issues"
}
}