-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
86 lines (86 loc) · 1.95 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
77
78
79
80
81
82
83
84
85
86
{
"name": "create-sprout",
"version": "1.1.3",
"description": "An application scaffolder by Nelife.com",
"keywords": [
"create sprout",
"netlife",
"netlife sprout",
"netlife starter",
"netlife scaffolder",
"netlife bootstrapper"
],
"homepage": "https://github.com/netliferesearch/create-sprout",
"repository": {
"type": "git",
"url": "https://github.com/netliferesearch/create-sprout.git"
},
"author": "Netlife Design <hei@netlife.com> (https://netlife.com/)",
"contributors": [
{
"name": "Aleksander Andersen",
"url": "https://github.com/lordaust"
},
{
"name": "Haakon Borch",
"url": "https://github.com/haakonmb"
},
{
"name": "Kevin Bodi",
"url": "https://github.com/KevinBodi"
},
{
"name": "Kristi Faye-Lund",
"url": "https://github.com/kfayelun"
},
{
"name": "Lars Tollefsen",
"url": "https://github.com/LarsTollefsen"
},
{
"name": "Leo Toneff",
"url": "https://github.com/bragle"
},
{
"name": "Milosz Hygen",
"url": "https://github.com/miloszhygen"
},
{
"name": "Sjur Bjørndalsæter",
"url": "https://github.com/kodehode"
},
{
"name": "Wallace Sidhrée",
"email": "i@dreamyguy.com",
"url": "https://github.com/dreamyguy"
}
],
"license": "MIT",
"main": "src/index.js",
"bin": {
"@netliferesearch/create-sprout": "bin/create-sprout",
"create-sprout": "bin/create-sprout"
},
"publishConfig": {
"access": "public"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"dependencies": {
"arg": "^4.1.3",
"boxen": "^4.2.0",
"chalk": "^4.0.0",
"esm": "^3.2.25",
"execa": "^4.0.2",
"inquirer": "^7.1.0",
"just-kebab-case": "^1.1.0",
"listr": "^0.14.3",
"ncp": "^2.0.0",
"pkg-install": "^1.0.0",
"shelljs": "^0.8.4"
},
"engines": {
"node": "^v12.14.0"
}
}