PluginProbe
Force Refresh / 2.0.0
Force Refresh v2.0.0
3.2.1 3.2.0 3.1.2 3.1.1 3.1.0 trunk 1.0.0 1.1.0 1.1.1 1.1.2 1.2.0 2.0.0 2.1.0 2.1.1 2.1.2 2.1.3 2.1.4 2.1.5 2.1.6 2.10.0 2.10.1 2.10.2 2.11.0 2.11.1 2.12.0 All 54 releases
force-refresh / package.json

package.json in Force Refresh 2.0.0, at package.json

31 lines 1.0 KB
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
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