Skip to content

Commit

Permalink
saving grunt watch package
Browse files Browse the repository at this point in the history
  • Loading branch information
Cecil Worsley committed Jan 15, 2015
1 parent c6e83dd commit a4871bd
Showing 1 changed file with 20 additions and 23 deletions.
43 changes: 20 additions & 23 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,27 +1,24 @@
{
"name": "flipclock",
"version": "0.7.8",
"email": "[email protected]",
"name": "flipclock",
"version": "0.7.8",
"email": "[email protected]",
"author": "Objective HTML, LLC <[email protected]>",
"license": "MIT",

"devDependencies": {
"grunt": "~0.4.2",
"grunt-contrib-jshint": "~0.6.3",
"grunt-contrib-uglify": "~0.2.7",
"grunt-contrib-concat": "~0.3.0"
},

"repository": {
"type": "git",
"url": "https://github.com/objectivehtml/FlipClock"
},

"devDependencies": {
"grunt": "~0.4.2",
"grunt-contrib-jshint": "~0.6.3",
"grunt-contrib-uglify": "~0.2.7",
"grunt-contrib-concat": "~0.3.0"
},
"repository": {
"type": "git",
"url": "https://github.com/objectivehtml/FlipClock"
},
"bugs": {
"url": "https://github.com/nodejitsu/browsenpm.org/issues"
},

"dependencies": {
"jquery": ">=1.7"
}
}
"url": "https://github.com/nodejitsu/browsenpm.org/issues"
},
"dependencies": {
"grunt-contrib-watch": "^0.6.1",
"jquery": ">=1.7"
}
}

0 comments on commit a4871bd

Please sign in to comment.