add engine to package.json

This commit is contained in:
Martin Guether 2017-04-07 11:04:58 +02:00
parent 7605b8f373
commit bda60bf877
1 changed files with 3 additions and 0 deletions

View File

@ -6,6 +6,9 @@
"start": "nodemon -e .js,.html bin/www",
"test": "mocha"
},
"engines" : {
"node" : ">=7.8.0"
},
"dependencies": {
"archiver": "1.3.0",
"async": "2.3.0",