-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
39 lines (39 loc) · 951 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
30
31
32
33
34
35
36
37
38
39
{
"name": "cat-energy-16",
"version": "16.0.0",
"private": true,
"description": "Личный проект «Кэт энерджи» от HTML Academy",
"devDependencies": {
"@htmlacademy/editorconfig-cli": "1.x",
"gulp-sourcemaps": "^2.6.5",
"gulp-watch": "^5.0.1",
"stylelint": "9.10.x",
"stylelint-config-htmlacademy": "0.1.x"
},
"scripts": {
"editorconfig": "editorconfig-cli",
"stylelint": "stylelint .",
"test": "npm run editorconfig"
},
"editorconfig-cli": [
"*.json",
"source/*.html"
],
"engines": {
"node": "8.15"
},
"dependencies": {
"gulp": "^4.0.2"
},
"main": "gulpfile.js",
"repository": {
"type": "git",
"url": "git+https://github.com/apavlushina/CatEnergy.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/apavlushina/CatEnergy/issues"
},
"homepage": "https://github.com/apavlushina/CatEnergy#readme"
}