From 4374d44259f36a049f53b578877907ad39eb594d Mon Sep 17 00:00:00 2001 From: Oscar Hinton Date: Sat, 21 Oct 2017 18:58:31 +0200 Subject: [PATCH] Organize package.json in alphabetic order. (#319) --- package.json | 60 ++++++++++++++++++++++++++-------------------------- 1 file changed, 30 insertions(+), 30 deletions(-) diff --git a/package.json b/package.json index ff70736c32..0b9b1f560d 100644 --- a/package.json +++ b/package.json @@ -5,44 +5,44 @@ "start:firefox": "web-ext run --source-dir ./dist/" }, "devDependencies": { - "jquery": "3.2.1", - "bootstrap": "3.3.7", - "font-awesome": "4.7.0", "angular": "1.6.6", - "angular-ui-router": "0.4.2", "angular-animate": "1.6.6", - "gulp": "3.9.1", - "gulp-less": "3.3.2", - "gulp-preprocess": "2.0.0", - "gulp-concat": "2.6.1", - "gulp-rename": "1.2.2", - "rimraf": "2.6.1", - "jshint": "2.9.5", - "gulp-jshint": "2.0.4", - "run-sequence": "2.1.0", - "ngclipboard": "1.1.1", - "clipboard": "1.7.1", - "merge-stream": "1.0.1", - "angular-toastr": "2.1.1", - "q": "1.5.0", - "sweetalert": "1.1.3", "angular-sweetalert": "1.1.2", + "angular-toastr": "2.1.1", + "angular-ui-router": "0.4.2", "angulartics": "1.4.0", "angulartics-google-analytics": "0.4.0", - "tldjs": "2.0.0", + "bootstrap": "3.3.7", "browserify": "14.4.0", - "vinyl-source-stream": "1.1.0", - "gulp-google-webfonts": "0.0.14", - "ng-infinite-scroll": "1.3.0", - "node-forge": "0.7.1", - "webpack-stream": "4.0.0", - "gulp-json-editor": "2.2.1", - "papaparse": "4.3.5", - "web-ext": "2.0.0", "child_process": "1.0.2", + "clipboard": "1.7.1", + "font-awesome": "4.7.0", + "gulp": "3.9.1", + "gulp-angular-embed-templates": "2.3.0", + "gulp-concat": "2.6.1", + "gulp-google-webfonts": "0.0.14", + "gulp-jshint": "2.0.4", + "gulp-json-editor": "2.2.1", + "gulp-less": "3.3.2", + "gulp-preprocess": "2.0.0", + "gulp-rename": "1.2.2", "gulp-util": "3.0.8", - "gulp-zip": "4.0.0", "gulp-xmlpoke": "0.2.1", - "gulp-angular-embed-templates": "2.3.0" + "gulp-zip": "4.0.0", + "jquery": "3.2.1", + "jshint": "2.9.5", + "merge-stream": "1.0.1", + "ng-infinite-scroll": "1.3.0", + "ngclipboard": "1.1.1", + "node-forge": "0.7.1", + "papaparse": "4.3.5", + "q": "1.5.0", + "rimraf": "2.6.1", + "run-sequence": "2.1.0", + "sweetalert": "1.1.3", + "tldjs": "2.0.0", + "vinyl-source-stream": "1.1.0", + "web-ext": "2.0.0", + "webpack-stream": "4.0.0" } }