forked from M3-Academy/practice-time-shopping-list
22 lines
596 B
JSON
22 lines
596 B
JSON
{
|
|
"name": "practice-time-shopping-list",
|
|
"version": "1.0.0",
|
|
"description": "To make it easy for you to get started with GitLab, here's a list of recommended next steps.",
|
|
"main": "main.js",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1",
|
|
"dev": "gulp sentinel"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "ssh://git@gitea.ecommercetools.com.br:22022/ThiagoDutraSampaioLeite/practice-time-shopping-list.git"
|
|
},
|
|
"author": "",
|
|
"license": "ISC",
|
|
"devDependencies": {
|
|
"gulp": "^4.0.2",
|
|
"gulp-sass": "^5.1.0",
|
|
"sass": "^1.56.1"
|
|
}
|
|
}
|