-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
29 lines (29 loc) · 830 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
25
26
27
28
29
{
"name": "project-layout-designer-1",
"version": "1.0.0",
"description": "This is the first project by profession as a typesetter on Hexlet.io",
"main": "index.js",
"dependencies": {
"htmlhint": "^0.14.0",
"stylelint": "^9.3.0",
"trim": "^0.0.3",
"postcss": "^8.3.0",
"yargs-parser": "^13.1.2"
},
"devDependencies": {
"stylelint-config-standard": "^18.3.0"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/julijaschwarz/layout-designer-project-lvl1.git"
},
"author": "Juls",
"license": "MIT",
"bugs": {
"url": "https://github.com/julijaschwarz/layout-designer-project-lvl1/issues"
},
"homepage": "https://github.com/julijaschwarz/layout-designer-project-lvl1#readme"
}