Organize package.json in alphabetic order. (#319)

This commit is contained in:
Oscar Hinton 2017-10-21 18:58:31 +02:00 committed by Kyle Spearrin
parent a465074cfc
commit 4374d44259
1 changed files with 30 additions and 30 deletions

View File

@ -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"
}
}