forked from soundison/mishka
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
40 lines (40 loc) · 876 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
40
{
"name": "mishka",
"version": "0.0.1",
"description": "Учебный прокет от html academy.",
"scripts": {
"start": "gulp"
},
"repository": {
"type": "git",
"url": "git+https://github.com/toptulla/mishka.git"
},
"config": {
"src": {
"sass": "./src/sass"
},
"build": {
"css": "./build/css"
}
},
"browserslist": [
"> 1%",
"last 2 version"
],
"author": "Tsay Aleksey <[email protected]>",
"license": "ISC",
"bugs": {
"url": "https://github.com/toptulla/mishka/issues"
},
"homepage": "https://github.com/toptulla/mishka#readme",
"devDependencies": {
"autoprefixer": "^9.1.5",
"browser-sync": "^2.24.7",
"gulp": "^3.9.1",
"gulp-postcss": "^8.0.0",
"gulp-sass": "^4.0.1",
"gulp-watch": "^5.0.1",
"require-dir": "^1.1.0",
"run-sequence": "^2.2.1"
}
}