Save developer dependencies to package.json

This commit is contained in:
Samer Albahra
2015-07-06 17:02:36 -05:00
parent 240f2c727d
commit f72c577d90

View File

@@ -12,5 +12,9 @@
"mongoose": "^4.0.6",
"suncalc": "^1.6.0",
"xml2js": "^0.4.9"
},
"devDependencies": {
"grunt": "^0.4.5",
"grunt-contrib-jshint": "^0.11.2"
}
}