diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..757fee3 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +/.idea \ No newline at end of file diff --git a/package.json b/package.json index dd13aec..b240714 100644 --- a/package.json +++ b/package.json @@ -10,6 +10,19 @@ "url": "https://github.com/voceconnect/voce-settings-api/issues" }, "devDependencies": { - "grunt-voce-plugins": "latest" + "grunt": ">=0.4.0", + "grunt-coffeelint": "~0.0.13", + "grunt-contrib-coffee": "~0.11", + "grunt-contrib-compass": "~0.9", + "grunt-contrib-concat": "~0.5", + "grunt-contrib-imagemin": "~0.8", + "grunt-contrib-jshint": "~0.10", + "grunt-contrib-uglify": "~0.5", + "grunt-contrib-watch": "~0.6", + "grunt-peon-build": "~0.1", + "grunt-peon-gui": "~1.0", + "grunt-composer": "~0.4", + "grunt-shell": "~1.1", + "matchdep": "~0.3.0" } } \ No newline at end of file