practice-time-shopping-list.../package.json

18 lines
461 B
JSON
Raw Normal View History

2022-11-12 18:24:09 +00:00
{
"name": "practice-time-shopping-list-filipe-quintanilha",
"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": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"dev": "gulp sentinel"
},
"author": "",
"license": "ISC",
"devDependencies": {
"gulp": "^4.0.2",
"gulp-sass": "^5.1.0",
"sass": "^1.56.1"
}
}