forked from linweiwei123/multipages-generator
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
42 lines (42 loc) · 1023 Bytes
/
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
{
"name": "multipages-generator",
"version": "1.6.1",
"description": "generator for multipage webpack application template ,use express ",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/linweiwei123/multipage-generator.git"
},
"keywords": [
"multipage",
"webpack",
"express",
"node.js",
"template"
],
"bin": {
"meet": "./bin/meet.js"
},
"author": "linweiwei",
"license": "MIT",
"bugs": {
"url": "https://github.com/linweiwei123/multipage-generator/issues"
},
"homepage": "https://github.com/linweiwei123/multipage-generator#readme",
"dependencies": {
"blessed": "^0.1.81",
"blessed-contrib": "^4.8.5",
"chalk": "^2.4.1",
"clui": "^0.3.6",
"commander": "^2.15.1",
"figlet": "^1.2.0",
"inquirer": "^6.0.0",
"meetyou-ali-oss": "^1.0.7",
"qn": "^1.3.0",
"shelljs": "^0.8.2",
"webpack": "^4.17.1"
}
}