Skip to content

Commit

Permalink
added grunt plugin keyword
Browse files Browse the repository at this point in the history
  • Loading branch information
tbranyen committed Jul 11, 2012
1 parent d1ea05b commit 814f654
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 deletions.
9 changes: 6 additions & 3 deletions package.json
@@ -1,7 +1,7 @@
{
"name": "bbb",
"description": "Backbone Boilerplate Build Tool",
"version": "0.1.5",
"version": "0.1.5-repl",
"homepage": "https://github.com/tbranyen/bbb",
"author": {
"name": "Tim Branyen (@tbranyen)",
Expand All @@ -21,12 +21,15 @@
"grunt-jasmine-task": "0.2.0",

"requirejs": "2.0.2",
"express": "2.5.9"
"express": "2.5.9",

"cdir": "0.1.2",
"phantom": "0.3.5"
},
"devDependencies": {
"grunt": "~0.3.10"
},
"keywords": [],
"keywords": ["gruntplugin"],
"engines": {
"node": ">= 0.6.0"
},
Expand Down

0 comments on commit 814f654

Please sign in to comment.