diff --git a/package.json b/package.json index 68eda6a..f1bde6b 100644 --- a/package.json +++ b/package.json @@ -39,6 +39,8 @@ "bootstrap": "^4.1.3", "font-awesome": "^4.7.0", "gulp": "^3.9.1", + "angular-on-screen-keyboard": "git+https://github.com/ericf97/angular-on-screen-keyboard.git", + "angular-sanitize": "^1.7.5", "gulp-angular-templatecache": "^2.2.2", "gulp-clean": "^0.4.0", "gulp-concat": "^2.6.1", @@ -54,9 +56,5 @@ "jshint": "^2.9.6", "pre-commit": "^1.2.2", "pump": "^3.0.0" - }, - "dependencies": { - "angular-on-screen-keyboard": "git+https://github.com/ericf97/angular-on-screen-keyboard.git", - "angular-sanitize": "^1.7.5" } }