-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 862 Bytes
/
package.json
File metadata and controls
37 lines (37 loc) · 862 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": "ng-cli-wizard",
"version": "1.0.0-beta.0",
"description": "A wizard for the Angular cli tool.",
"main": "cli.js",
"bin": {
"ngw": "index.js"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://MathieuDeHaeck@github.com/MathieuDeHaeck/ng-cli-wizard.git"
},
"keywords": [
"ng-cli",
"ng-lic-wizard",
"wizard",
"angular",
"angular-cli",
"angular-cli-wizard"
],
"author": "Mathieu De Haeck",
"license": "MIT",
"bugs": {
"url": "https://github.com/MathieuDeHaeck/ng-cli-wizard/issues"
},
"homepage": "https://github.com/MathieuDeHaeck/ng-cli-wizard#readme",
"dependencies": {
"chalk": "^1.1.3",
"figlet": "^1.2.0",
"fullname": "^3.3.0",
"inquirer": "^3.0.6",
"openurl": "^1.1.1"
}
}