clean up package.json

This commit is contained in:
Martin
2017-08-04 15:49:52 +02:00
parent ad351e7fe0
commit 8f744e06f5
+3 -19
View File
@@ -1,39 +1,23 @@
{ {
"name": "Croppy", "name": "image-editor",
"version": "0.0.1", "version": "0.0.1",
"description": "Croppy",
"main": "gulpfile.js", "main": "gulpfile.js",
"repository": { "repository": {
"type": "git", "type": "git",
"url": "git@bitbucket.org:rikbar/croppy.git" "url": "git@github.com:Photowall/image-editor.git"
}, },
"devDependencies": { "devDependencies": {
"browserify": "^13.1.1", "browserify": "^13.1.1",
"del": "^2.2.2", "del": "^2.2.2",
"gulp": "^3.9.0", "gulp": "^3.9.0",
"gulp-autoprefixer": "^3.1.1",
"gulp-concat": "^2.6.0", "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-rename": "^1.2.2",
"gulp-sourcemaps": "^1.9.1", "gulp-sourcemaps": "^1.9.1",
"gulp-strip-comments": "^2.4.3",
"gulp-uglify": "^2.0.0", "gulp-uglify": "^2.0.0",
"gulp-uglifycss": "^1.0.6",
"gulp-watch": "^4.3.11", "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", "merge-stream": "^1.0.1",
"mkdirp": "^0.5.1", "mkdirp": "^0.5.1",
"vinyl-buffer": "^1.0.0", "vinyl-buffer": "^1.0.0",
"vinyl-source-stream": "^1.1.0" "vinyl-source-stream": "^1.1.0"
} }
} }