| 1 |
{ |
| 2 |
"name": "Force_Refresh", |
| 3 |
"version": "2.0.0", |
| 4 |
"description": "Force Refresh is a simple plugin that allows you to force a page refresh for users currently visiting your site.", |
| 5 |
"url": "https://github.com/jordanleven/wp-force-refresh", |
| 6 |
"repository": { |
| 7 |
"type": "git", |
| 8 |
"url": "https://github.com/jordanleven/wp-force-refresh.git" |
| 9 |
}, |
| 10 |
"author": "Jordan Leven", |
| 11 |
"license": "GPL-3", |
| 12 |
"devDependencies": { |
| 13 |
"grunt": "~0.4.5", |
| 14 |
"grunt-comment-toggler": "^0.2.2", |
| 15 |
"grunt-contrib-concat": "^0.5.1", |
| 16 |
"grunt-contrib-copy": "^0.8.1", |
| 17 |
"grunt-contrib-csslint": "^0.5.0", |
| 18 |
"grunt-contrib-cssmin": "^0.13.0", |
| 19 |
"grunt-contrib-jshint": "^1.1.0", |
| 20 |
"grunt-contrib-sass": "^0.9.2", |
| 21 |
"grunt-contrib-uglify": "^0.9.2", |
| 22 |
"grunt-contrib-watch": "^0.6.1", |
| 23 |
"grunt-remove-logging": "^0.2.0" |
| 24 |
}, |
| 25 |
"dependencies": { |
| 26 |
"bootstrap-timepicker": "^0.5.2", |
| 27 |
"font-awesome": "^4.7.0", |
| 28 |
"handlebars": "^4.0.11" |
| 29 |
} |
| 30 |
} |
| 31 |
|