This repository has been archived on 2025-01-25. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
scrum-board/package.json
2020-12-31 18:22:54 +01:00

24 lines
527 B
JSON

{
"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": "^4.0.2",
"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",
"gulp-clean": "^0.4.0"
}
}