Stricter package.json

This commit is contained in:
Gaël Métais
2014-09-08 11:25:50 +02:00
parent 02f2f4d513
commit bf752790f2
+6 -6
View File
@@ -6,12 +6,12 @@
"url": "git://github.com/gmetais/YellowLabTools.git"
},
"dependencies": {
"phantomas": "^1.5.0",
"express": "^4.8.7",
"async": "^0.9.0",
"socket.io": "^1.0.6",
"body-parser": "^1.6.7",
"compression": "^1.0.11"
"phantomas": "1.5.0",
"express": "~4.8.8",
"async": "~0.9.0",
"socket.io": "~1.1.0",
"body-parser": "~1.8.0",
"compression": "1.0.11"
},
"devDependencies": {
"grunt": "^0.4.5",