-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 788 Bytes
/
package.json
File metadata and controls
33 lines (33 loc) · 788 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
{
"name": "@jordanforeman/generator-cli",
"version": "1.0.6",
"description": "A Yeoman Generator for Command Line Interfaces",
"main": "app/index.js",
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/JordanForeman/generator-cli.git"
},
"files": [
"app"
],
"author": "Jordan Foreman <me@jordanforeman.com>",
"license": "MIT",
"keywords": [
"yeoman-generator",
"yeoman",
"cli"
],
"dependencies": {
"yeoman-generator": "4.7.2"
},
"devDependencies": {
"@jordanforeman/commitizen-config": "1.2.3",
"@jordanforeman/commitlint-config": "0.2.2",
"@jordanforeman/release-config": "0.2.2",
"@jordanforeman/renovate-config": "0.2.3",
"husky": "3.1.0"
},
"publishConfig": {
"access": "public"
}
}