add development server dependencies to boilerplate
This commit is contained in:
parent
b44eb14028
commit
e9576ad1b8
|
@ -20,6 +20,9 @@
|
||||||
"grunt-contrib-watch": "^0.6.1",
|
"grunt-contrib-watch": "^0.6.1",
|
||||||
"grunt": "^0.4.5",
|
"grunt": "^0.4.5",
|
||||||
"grunt-cli": "^0.1.13",
|
"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"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue