-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
24 lines (24 loc) · 838 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
{
"name": "layout-designer-project-lvl2",
"version": "1.0.0",
"description": "[![Actions Status](https://github.com/IevgeniiKozlov/layout-designer-project-lvl2/workflows/hexlet-check/badge.svg)](https://github.com/IevgeniiKozlov/layout-designer-project-lvl2/actions)",
"main": "",
"scripts": {
"start": "sass ./src/scss/app.scss ./src/css/style.css"
},
"repository": {
"type": "git",
"url": "git+https://github.com/IevgeniiKozlov/layout-designer-project-lvl2.git"
},
"author": "Kozlov Ievgenii",
"license": "ISC",
"bugs": {
"url": "https://github.com/IevgeniiKozlov/layout-designer-project-lvl2/issues"
},
"homepage": "https://github.com/IevgeniiKozlov/layout-designer-project-lvl2#readme",
"devDependencies": {
"htmlhint": "^1.1.0",
"sass": "^1.47.0",
"stylelint": "^14.2.0"
}
}