From 8f744e06f5c69714e30ae3c029764bf5846794f3 Mon Sep 17 00:00:00 2001 From: Martin Date: Fri, 4 Aug 2017 15:49:52 +0200 Subject: [PATCH] clean up package.json --- package.json | 22 +++------------------- 1 file changed, 3 insertions(+), 19 deletions(-) diff --git a/package.json b/package.json index c36517a..2c84b02 100644 --- a/package.json +++ b/package.json @@ -1,39 +1,23 @@ { - "name": "Croppy", + "name": "image-editor", "version": "0.0.1", - "description": "Croppy", "main": "gulpfile.js", "repository": { "type": "git", - "url": "git@bitbucket.org:rikbar/croppy.git" + "url": "git@github.com:Photowall/image-editor.git" }, "devDependencies": { "browserify": "^13.1.1", "del": "^2.2.2", "gulp": "^3.9.0", - "gulp-autoprefixer": "^3.1.1", "gulp-concat": "^2.6.0", - "gulp-declare": "^0.3.0", - "gulp-handlebars": "^4.0.0", - "gulp-jscs": "^4.0.0", - "gulp-jshint": "^2.0.4", - "gulp-less": "^3.0.3", - "gulp-pxtorem": "^2.0.0", "gulp-rename": "^1.2.2", "gulp-sourcemaps": "^1.9.1", - "gulp-strip-comments": "^2.4.3", "gulp-uglify": "^2.0.0", - "gulp-uglifycss": "^1.0.6", "gulp-watch": "^4.3.11", - "gulp-wrap": "^0.13.0", - "handlebars": "^4.0.6", - "jshint": "^2.9.4", - "gulp-wrap": "^0.13.0", - "handlebars": "^4.0.6", - "jshint-stylish": "^2.2.1", "merge-stream": "^1.0.1", "mkdirp": "^0.5.1", "vinyl-buffer": "^1.0.0", "vinyl-source-stream": "^1.1.0" } -} +} \ No newline at end of file