1
0
mirror of https://github.com/Unleash/unleash.git synced 2025-01-31 00:16:47 +01:00

Add enngine details

This commit is contained in:
ivaosthu 2016-04-28 17:06:08 +02:00 committed by Ivar Conradi Østhus
parent 0325cd92fb
commit c1688bf778

View File

@ -15,6 +15,9 @@
"bugs": {
"url": "https://github.com/finn-no/unleash/issues"
},
"engines" : {
"node" : ">=4.4.3"
},
"private": true,
"scripts": {
"db-migrate-and-start": "npm run db-migrate && npm run start",