{ "name": "podsync", "version": "1.0.0", "description": "", "main": "gulpfile.js", "dependencies": {}, "devDependencies": { "browser-sync": "^2.26.3", "del": "^3.0.0", "gulp": "^4.0.0", "gulp-autoprefixer": "^4.0.0", "gulp-clean-css": "^3.7.0", "gulp-if": "^2.0.2", "gulp-imagemin": "^3.3.0", "gulp-nunjucks": "^4.0.0", "gulp-rev": "^8.0.0", "gulp-rev-replace": "^0.4.3", "gulp-size": "^2.1.0", "gulp-uglify": "^3.0.0" }, "scripts": { "build": "gulp -v && gulp", "dev": "gulp dev", "test": "echo \"Error: no test specified\" && exit 1" }, "repository": { "type": "git", "url": "git+https://github.com/mxpv/Podsync.git" }, "author": "", "license": "ISC", "bugs": { "url": "https://github.com/mxpv/Podsync/issues" }, "homepage": "https://github.com/mxpv/Podsync#readme" }