-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
76 lines (76 loc) · 1.62 KB
/
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
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
{
"name": "generator-trails",
"version": "3.0.2",
"description": "Trails Generator",
"homepage": "https://github.com/trailsjs/generator-trails",
"author": "Trails.js Team <[email protected]>",
"main": "generators/app/index.js",
"keywords": [
"yeoman-generator",
"trails",
"trailsjs",
"boilerplate",
"scaffolder",
"scaffold",
"yeoman",
"generator",
"yeoman-generator"
],
"bugs": {
"url": "https://github.com/trailsjs/generator-trails/issues",
"email": "[email protected]"
},
"license": "MIT",
"contributors": [
{
"name": "Travis Webb",
"url": "https://github.com/tjwebb"
},
{
"name": "Dmitriy Akulich",
"url": "https://github.com/IncoCode"
},
{
"name": "Jimmy Aumard",
"url": "https://github.com/jaumard"
},
{
"name": "Yann Bertrand",
"url": "https://github.com/YannBertrand"
}
],
"repository": {
"type": "git",
"url": "https://github.com/trailsjs/generator-trails.git"
},
"dependencies": {
"chalk": "^2.3",
"detect-conflict": "^1.0.1",
"falafel": "^2.1.0",
"path-exists": "^3.0.0",
"print-message": "^2.1.0",
"trailpack": "^3",
"trails": "^3",
"update-notifier": "^2.3",
"yeoman-generator": "^2"
},
"devDependencies": {
"eslint": "^4",
"eslint-config-trails": "^3",
"mocha": "^4",
"yeoman-assert": "^3",
"yeoman-test": "^1.6"
},
"scripts": {
"test": "eslint . && DEBUG=yeoman:generator mocha"
},
"engines": {
"node": ">= 7.6.0"
},
"eslintConfig": {
"extends": "trails",
"env": {
"mocha": true
}
}
}