Skip to content

Commit

Permalink
Normalize package.json.
Browse files Browse the repository at this point in the history
  • Loading branch information
XhmikosR committed Jan 25, 2014
1 parent 29ee178 commit fba952a
Showing 1 changed file with 20 additions and 20 deletions.
40 changes: 20 additions & 20 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,10 @@
"description": "A grunt task for generating CSS files containing only those styles used in your project.",
"version": "0.1.9",
"homepage": "https://github.com/addyosmani/grunt-uncss",
"author": {
"name": "Addy Osmani",
"email": "addyosmani@gmail.com"
},
"author": "Addy Osmani <addyosmani@gmail.com>",
"repository": {
"type": "git",
"url": "git://github.com/addyosmani/grunt-uncss.git"
"url": "https://github.com/addyosmani/grunt-uncss.git"
},
"bugs": {
"url": "https://github.com/addyosmani/grunt-uncss/issues"
Expand All @@ -20,6 +17,11 @@
"url": "https://github.com/addyosmani/grunt-uncss/blob/master/LICENSE-MIT"
}
],
"keywords": [
"gruntplugin",
"uncss",
"css"
],
"files": [
"changelog.md",
"LICENSE-MIT",
Expand All @@ -36,29 +38,27 @@
"peerDependencies": {
"grunt": "~0.4.1"
},
"dependencies": {
"uncss": "~0.7.5",
"underscore": "~1.5.2"
},
"devDependencies": {
"grunt-contrib-jshint": "~0.3.0",
"grunt-contrib-clean": "~0.4.1",
"chai": "~1.8.1",
"grunt": "~0.4.1",
"grunt-contrib-watch": "~0.3.1",
"grunt-compare-size": "~0.4.0-rc.3",
"grunt-contrib-clean": "~0.4.1",
"grunt-contrib-connect": "~0.3.0",
"grunt-processhtml": "~0.1.1",
"grunt-contrib-copy": "~0.4.1",
"grunt-contrib-cssmin": "~0.6.2",
"grunt-compare-size": "~0.4.0-rc.3",
"load-grunt-tasks": "~0.2.1",
"grunt-contrib-jshint": "~0.3.0",
"grunt-contrib-watch": "~0.3.1",
"grunt-processhtml": "~0.1.1",
"grunt-simple-mocha": "~0.4.0",
"load-grunt-tasks": "~0.2.1",
"mocha": "~1.16.2",
"chai": "~1.8.1",
"underscore": "~1.4.4"
},
"keywords": [
"gruntplugin",
"uncss",
"css"
],
"dependencies": {
"underscore": "~1.5.2",
"uncss": "~0.7.5"
"directories": {
"test": "tests"
}
}

0 comments on commit fba952a

Please sign in to comment.