Skip to content
This repository has been archived by the owner on Feb 12, 2022. It is now read-only.

Commit

Permalink
Alphabetize package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
interactivellama committed Jan 15, 2015
1 parent 52cc0c9 commit de3d7bb
Showing 1 changed file with 42 additions and 43 deletions.
85 changes: 42 additions & 43 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,63 +1,51 @@
{
"name": "fuelux",
"title": "Fuel UX",
"version": "3.4.0",
"description": "Base Fuel UX styles and controls",
"homepage": "https://github.com/ExactTarget/fuelux",
"author": {
"name": "ExactTarget",
"email": "kparkerson@exacttarget.com",
"name": "ExactTarget",
"url": "http://code.exacttarget.com"
},
"repository": {
"type": "git",
"url": "git://github.com/ExactTarget/fuelux.git"
},
"bugs": {
"url": "https://github.com/ExactTarget/fuelux/issues"
},
"license": {
"type": "BSD-3-Clause"
},
"engines": {
"node": ">= 0.8.0"
},
"scripts": {
"main": "devserver.js",
"postinstall": "./node_modules/bower/bin/bower install && tar -zcf dev/node_modules.tar.gz node_modules/;",
"test": "grunt travisci"
"dependencies": {
"bower": "1.x",
"connect": "3.x"
},
"description": "Base Fuel UX styles and controls",
"devDependencies": {
"bower": "1.x",
"connect": "3.x",
"grunt": "0.x",
"grunt-banner": "0.x",
"grunt-blanket-qunit": "~0.2.0",
"grunt-bump": "0.x",
"grunt-cli": "0.x",
"grunt-contrib-clean": "0.x",
"grunt-contrib-compress": "0.x",
"grunt-contrib-concat": "0.x",
"grunt-contrib-connect": "0.x",
"grunt-contrib-copy": "0.x",
"grunt-contrib-less": "0.x",
"grunt-contrib-jshint": "0.x",
"grunt-contrib-less": "1.x",
"grunt-contrib-qunit": "0.5.x",
"grunt-contrib-uglify": "0.x",
"grunt-contrib-watch": "0.x",
"grunt-curl": "2.x",
"grunt-grunticon": "^1.4.0",
"grunt-svgmin": "^2.0.0",
"grunt-grunticon": "1.x",
"grunt-html-validation": "0.x",
"grunt-jsbeautifier": "0.x",
"grunt-saucelabs": "8.x",
"grunt-svgmin": "2.x",
"grunt-text-replace": "0.x",
"grunt-zip": "0.x",
"load-grunt-tasks": "0.x",
"load-grunt-tasks": "2.x",
"serve-static": "1.x",
"volo": "0.x",
"grunt-blanket-qunit": "~0.2.0",
"grunt-bump": "0.x",
"grunt-contrib-concat": "^0.x",
"grunt-contrib-jshint": "^0.10.0",
"grunt-contrib-qunit": "^0.5.2",
"grunt-contrib-uglify": "^0.6.0",
"grunt-html-validation": "~0.1.16",
"grunt-jsbeautifier": "~0.2.6",
"grunt-saucelabs": "8.x",
"grunt-text-replace": "0.x"
"volo": "0.x"
},
"engines": {
"node": ">= 0.8.0"
},
"homepage": "https://github.com/ExactTarget/fuelux",
"keywords": [
"application",
"bootstrap",
Expand All @@ -73,17 +61,28 @@
"user interface",
"web"
],
"license": {
"type": "BSD-3-Clause"
},
"name": "fuelux",
"private": true,
"repository": {
"type": "git",
"url": "git://github.com/ExactTarget/fuelux.git"
},
"scripts": {
"main": "devserver.js",
"postinstall": "./node_modules/bower/bin/bower install && tar -zcf dev/node_modules.tar.gz node_modules/;",
"test": "grunt travisci"
},
"title": "Fuel UX",
"version": "3.4.0",
"volo": {
"baseDir": "lib",
"url": "https://raw.github.com/ExactTarget/fuelux/{version}/dist/fuelux.zip",
"type": "directory",
"dependencies": {
"moment": "http://momentjs.com/downloads/moment-with-locales.js"
}
},
"dependencies": {
"connect": "3.x",
"bower": "1.x"
},
"type": "directory",
"url": "https://raw.github.com/ExactTarget/fuelux/{version}/dist/fuelux.zip"
}
}
}

0 comments on commit de3d7bb

Please sign in to comment.