-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
44 lines (44 loc) · 986 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
43
44
{
"name": "wcg",
"version": "0.0.4",
"description": "Webpack Config Generator",
"main": "index.js",
"scripts": {},
"bin": {
"wcg": "./index.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/sarthak-sehgal/wcg.git"
},
"keywords": [
"webpack",
"configuration",
"config",
"builder",
"generator",
"bundle"
],
"author": "Sarthak Sehgal",
"person": {
"name": "Sarthak Sehgal",
"email": "[email protected]",
"url": "https://sarthak-sehgal.github.io"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/sarthak-sehgal/wcg/issues",
"email": "[email protected]"
},
"homepage": "https://github.com/sarthak-sehgal/wcg#readme",
"dependencies": {
"chalk": "^2.4.2",
"child_process": "^1.0.2",
"command-line-args": "^5.1.1",
"inquirer": "^6.2.1",
"js-beautify": "^1.8.9",
"ora": "^3.0.0",
"path": "^0.12.7"
},
"devDependencies": {}
}