Skip to content

Commit

Permalink
0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
stephenplusplus committed Jul 30, 2013
1 parent 1e8cb67 commit 5b33898
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "grunt-bower-install",
"description": "Inject your Bower dependencies right into your HTML from Grunt.",
"version": "0.2.1",
"version": "0.3.0",
"homepage": "http://stephenplusplus.github.io/grunt-bower-install",
"author": {
"name": "Stephen Sawchuk",
Expand All @@ -16,7 +16,8 @@
"package manager",
"dependency management",
"javascript dependencies",
"component"
"component",
"postinstall"
],
"repository": {
"type": "git",
Expand All @@ -31,14 +32,14 @@
}],
"main": "Gruntfile.js",
"engines": {
"node": ">= 0.8.0"
"node": ">=0.8.0",
"npm": ">=1.2.10"
},
"scripts": {
"test": "grunt nodeunit"
},
"dependencies": {
"grunt": "~0.4.1",
"bower": "~0.9.0"
"peerDependencies": {
"grunt": "~0.4.0"
},
"devDependencies": {
"grunt-contrib-jshint": "~0.1.1",
Expand Down

0 comments on commit 5b33898

Please sign in to comment.