add development server dependencies to boilerplate

This commit is contained in:
Iuri Matias 2015-07-22 22:34:20 -04:00
parent b44eb14028
commit e9576ad1b8
1 changed files with 4 additions and 1 deletions

View File

@ -20,6 +20,9 @@
"grunt-contrib-watch": "^0.6.1",
"grunt": "^0.4.5",
"grunt-cli": "^0.1.13",
"matchdep": "^0.3.0"
"matchdep": "^0.3.0",
"express": "^4.12.3",
"read-yaml": "^1.0.0",
"compression": "^1.4.3"
}
}