UNPKG
jcms
Version:
latest (0.0.1)
0.0.1
un cms utilisant node.js et mongoDB
jcms
/
nodemon.json
19 lines
(18 loc)
•
322 B
JSON
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
{
"restartable"
:
"rs"
,
"ignore"
:
[
".git"
,
"www/Data/"
,
"www/images/"
,
"node_modules/"
]
,
"watch"
:
[
"node_modules/jcms-framework/"
,
"./"
]
,
"verbose"
:
true
,
"execMap"
:
{
"js"
:
"node --harmony"
}
,
"env"
:
{
"NODE_ENV"
:
"development"
}
,
"ext"
:
"js json"
}