button-refresh-plugin/package.json

19 lines
526 B
JSON
Raw Normal View History

2014-11-12 16:24:30 +03:00
{
"name": "button-refresh-plugin",
2018-08-07 19:51:23 +03:00
"version": "0.1.2",
2014-11-12 16:24:30 +03:00
"description": "A plugin for Mibew that makes the button represents the actual operators state.",
"private": true,
"bugs": {
"url": "https://github.com/mibew/button-refresh-plugin/issues"
},
"devDependencies": {
2021-01-30 00:02:21 +03:00
"gulp": "~4.0.0",
2014-11-12 16:24:30 +03:00
"event-stream": "~3.1.7",
"gulp-zip": "~2.0.2",
2021-01-30 00:02:21 +03:00
"gulp-tar": "~3.1.0",
2014-11-12 16:24:30 +03:00
"gulp-gzip": "~0.0.8",
2021-01-30 00:02:21 +03:00
"gulp-chmod": "~3.0.0",
2014-11-12 16:24:30 +03:00
"gulp-rename": "~1.2.0"
}
2021-01-30 00:02:21 +03:00
}