UNPKG
nodram
Version:
latest (0.0.1)
0.0.1
A Really MEAN Web Framework
github.com/oreofeolurin/ream
oreofeolurin/ream
nodram
/
src
/
framework
/
nodemon.json
9 lines
(8 loc)
•
113 B
JSON
View Raw
1
2
3
4
5
6
7
8
9
{
"watch"
:
[
"bin"
,
"server/views/index.html"
,
"server/**/*.js"
]
,
"ext"
:
"js ts json html"
}