{ "name": "scrum-board", "version": "1.0.0", "description": "Manage your tasks with Scrum Board.", "main": "index.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "author": "", "license": "ISC", "devDependencies": { "browser-sync": "^2.14.0", "gulp": "^3.9.1", "gulp-clean-css": "^2.0.12", "gulp-rename": "^1.2.2", "gulp-sass": "^2.3.2", "gulp-uglify": "^2.0.0" }, "dependencies": { "gulp-autoprefixer": "^3.1.1" } }