Files
archived-nodemon/test/fixtures/nodemon.json
Remy Sharp 2a2f1260e4 If no script, default is null, not -1. Fixes #265
Includes test and exposing the command run for debugging.
2014-01-21 07:57:27 +00:00

11 lines
141 B
JSON

{
"ignore": ["one", "three"],
"watch": ["four"],
"env": {
"USER": "remysharp"
},
"execMap": {
"js": "node --harmony"
}
}