mibew/src/package.json

26 lines
711 B
JSON
Raw Normal View History

{
"devDependencies": {
"gulp": "~3.8.0",
2014-08-13 15:03:03 +04:00
"gulp-phpcs": "~0.2.1",
"gulp-uglify": "~0.3.1",
"gulp-concat": "~2.3.4",
"gulp-order": "~1.1.1",
2014-09-15 18:32:34 +04:00
"gulp-handlebars": "~2.2.0",
"gulp-define-module": "~0.1.1",
"gulp-header": "~1.0.5",
2014-08-07 15:04:45 +04:00
"gulp-zip": "~1.0.0",
"gulp-tar": "~1.0.0",
"gulp-gzip": "~0.0.8",
"gulp-chmod": "~1.1.0",
2014-08-13 12:40:42 +04:00
"gulp-xgettext": "~0.2.0",
"gulp-concat-po": "~0.1.0",
2014-09-15 18:32:34 +04:00
"handlebars": "~2.0.0",
2014-08-07 15:04:45 +04:00
"run-sequence": "~0.3.6",
"through2": "^0.5.1",
"pofile": "~0.2.12",
"lodash": "~2.4.1",
"strftime": "~0.8.2",
"event-stream": "~3.1.7"
}
}