UNPKG
tainanle-express
Version:
latest (1.0.4)
1.0.4
execl download
tainanle-express
/
demo
/
package.json
17 lines
(16 loc)
•
292 B
JSON
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
{
"name"
:
"demo"
,
"version"
:
"0.0.0"
,
"private"
:
true
,
"scripts"
:
{
"start"
:
"node ./bin/www"
}
,
"dependencies"
:
{
"cookie-parser"
:
"~1.4.4"
,
"debug"
:
"~2.6.9"
,
"express"
:
"~4.16.1"
,
"http-errors"
:
"~1.6.3"
,
"jade"
:
"~1.11.0"
,
"morgan"
:
"~1.9.1"
}
}