UNPKG
poet
Version:
latest (3.0.0)
3.0.0
2.0.3
2.0.2
2.0.1
2.0.0
1.0.2
1.0.1
1.0.0
1.0.0-rc4
1.0.0-rc3
1.0.0-rc2
1.0.0-rc1
0.2.9
0.2.8
0.2.7
0.2.6
0.2.5
0.2.4
0.2.3
0.2.2
0.2.1
0.2.0
0.1.6
0.1.5
0.1.4
0.1.3
0.1.2
0.1.1
0.1.0
quick and easy blog module
github.com/jsantell/poet
jsantell/poet
poet
/
examples
/
package.json
13 lines
(12 loc)
•
180 B
JSON
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
{
"name"
:
"PoetExamples"
,
"version"
:
"0.0.1"
,
"engines"
:
[
"node >= 0.6.12"
]
,
"private"
:
true
,
"dependencies"
:
{
"express"
:
"4.0.0"
,
"pug"
:
"^2.0.3"
}
}