UNPKG
hapi.app
Version:
latest (0.2.3)
0.2.5
0.2.3
0.2.2
0.2.1
0.2.0
0.1.5
0.1.4
0.1.3
0.1.2
0.1.1
0.0.5
0.0.3
0.0.1
HAPI application generator
hapi.app
/
templates
/
package.json
10 lines
(9 loc)
•
156 B
JSON
View Raw
1
2
3
4
5
6
7
8
9
10
{
"name"
:
"yourApp"
,
"version"
:
"0.0.0"
,
"description"
:
""
,
"engine"
:
[
"node 0.8.x"
]
,
"dependencies"
:
{
"hapi.app.server"
:
"0.1.x"
}
}