mibew/src/package.json

31 lines
859 B
JSON
Raw Normal View History

{
"devDependencies": {
2016-12-08 18:10:19 +03:00
"gulp": "^3.8.11",
"gulp-phpcs": "^0.6.0",
"gulp-uglify": "^1.2.0",
"gulp-concat": "^2.5.2",
"gulp-order": "^1.1.1",
"gulp-handlebars": "^4.0.0",
"gulp-define-module": "^0.1.3",
"gulp-header": "^1.2.2",
"gulp-zip": "^3.0.2",
"gulp-tar": "^1.4.0",
"gulp-gzip": "^1.1.0",
"gulp-chmod": "^1.2.0",
"gulp-xgettext": "^0.3.0",
"gulp-concat-po": "^0.1.1",
"gulp-rename": "^1.2.2",
"bower": "^1.4.1",
"handlebars": "^3.0.3",
"run-sequence": "^1.1.0",
"through2": "^0.6.5",
"pofile": "^0.2.12",
"lodash": "^3.9.3",
"strftime": "^0.9.2",
"del": "^1.2.0",
"event-stream": "^3.3.1",
"eslint": "^2.11.0",
"gulp-eslint": "^2.0.0"
}
}