Files
OurUmbraco/OurUmbraco.Client/package.json
T
Sebastiaan Janssen ab25334b8b move dependency to package.json
Conflicts:
	OurUmbraco.Client/package.json
	build/BuildClientFiles.bat
2015-06-23 16:33:28 +02:00

37 lines
857 B
JSON

{
"name": "gulp-workflow",
"version": "1.1.0",
"description": "Umbraco Our gulpjs config",
"main": "gulpfile.js",
"private": true,
"dependencies": {
},
"devDependencies": {
"gulp": "3.8.x",
"gulp-util": "2.2.x",
"gulp-watch": "0.6.x",
"gulp-sass": "0.7.x",
"gulp-combine-media-queries": "0.1.x",
"gulp-imagemin": "0.6.x",
"gulp-autoprefixer": "2.3.1",
"gulp-uglify": "0.3.x",
"gulp-jshint": "1.6.x",
"gulp-concat": "2.2.x",
"jshint-stylish": "0.2.x",
"gulp-ruby-sass": "0.5.x",
"gulp-minify-css": "0.3.x",
"gulp-clean": "0.3.x",
"gulp-svgmin": "0.4.x",
"gulp-rename": "1.2.x"
},
"scripts": {
"test": "gulp build --verbose"
},
"author": "umbraco",
"license": "MIT",
"repository": {
"type": "git",
"url": "http://github.com/devdk/gulp-workflow.git"
}
}