Gruntified and added more options

Ability to configure if you compensate for images as well as being able to
adjust the number of words per minute being used. Closes #1
This commit is contained in:
Josh Sherman 2014-09-03 22:04:59 -04:00
parent 8c99148381
commit ca545cfc33
7 changed files with 55 additions and 9 deletions

14
package.json Normal file
View file

@ -0,0 +1,14 @@
{
"name": "jquery.readtime",
"version": "0.2.0",
"repository": {
"type": "git",
"url": "git://github.com/joshtronic/jquery.readme.git"
},
"devDependencies": {
"grunt": "^0.4.5",
"grunt-contrib-jshint": "^0.10.0",
"grunt-contrib-uglify": "^0.5.1",
"grunt-contrib-watch": "^0.6.1"
}
}