fix(project): correctly use peer/dev dependencies

This commit is contained in:
jdotzki 2014-03-12 10:43:04 +01:00 committed by Nico Rehwaldt
parent 5b5225450d
commit 5d465cd066
1 changed files with 4 additions and 1 deletions

View File

@ -49,7 +49,10 @@
"karma-jasmine": "~0.2.0",
"karma-chrome-launcher": "~0.1.2",
"karma-phantomjs-launcher": "~0.1.2",
"grunt-contrib-copy": "~0.5.0"
"grunt-contrib-copy": "~0.5.0",
"moddle": "~0.0.1",
"moddle-xml": "~0.0.1",
"lodash": "~2.4.0"
},
"dependencies": {
"moddle": "~0.0.1",