-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
42 lines (42 loc) · 1.06 KB
/
Copy pathpackage.json
File metadata and controls
42 lines (42 loc) · 1.06 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
{
"name": "generator-knr-generator",
"description": "A composite Yeoman generator to create other Yeoman generators",
"version": "0.2.0",
"author": "Knorcedger",
"bugs": {
"url": "https://github.com/Knorcedger/generator-knr-generator/issues"
},
"dependencies": {
"generator-angular-gitignore": "^0.2.5",
"generator-editorconfig": "^1.0.0",
"generator-git-remote": "^1.1.0",
"generator-gitattributes": "^1.0.1",
"generator-knr-eslintrc": "^0.1.3",
"generator-license": "^3.0.0",
"generator-npm-init": "^1.2.0",
"generator-travis": "^1.2.2"
},
"devDependencies": {
"eslint": "^1.10.3",
"eslint-config-google": "^0.3.0"
},
"files": [
"app"
],
"homepage": "https://github.com/Knorcedger/generator-knr-generator#readme",
"keywords": [
"generator",
"yeoman",
"yeoman-generator",
"yo"
],
"license": "MIT",
"main": "app/index.js",
"repository": {
"type": "git",
"url": "git+https://github.com/Knorcedger/generator-knr-generator.git"
},
"scripts": {
"test": "eslint app/"
}
}