-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
45 lines (45 loc) · 1.09 KB
/
package.json
File metadata and controls
45 lines (45 loc) · 1.09 KB
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
41
42
43
44
45
{
"name": "CloudCastle",
"version": "0.1.0",
"private": false,
"description": "Тестовый проект для CloudCastle",
"author": "Lena Karyakina",
"repository": {
"type": "git",
"url": "git@github.com:CubiZm/CloudCastle.git"
},
"bugs": {
"url": "https://github.com/CubiZm/CloudCastle/issues"
},
"homepage": "https://github.com/CubiZm/CloudCastle",
"dependencies": {
"autoprefixer": "6.1.x",
"eclint": "1.1.x",
"fs-extra": "0.26.x",
"gulp": "3.9.x",
"gulp-plumber": "1.0.x",
"gulp-postcss": "6.0.x",
"gulp-sass": "2.1.x",
"normalize.css": "^3.0.3",
"gulp-rename": "^1.2.2",
"gulp-combine-media-queries": "^0.2.0",
"gulp-concat": "^2.6.0",
"gulp-dest-clean": "^0.5.0",
"gulp-imagemin": "^2.4.0",
"gulp-minify-css": "^1.2.2",
"gulp-uglify": "^1.5.1",
"rimraf": "^2.4.4"
},
"scripts": {
"test": "gulp lint",
"start": "gulp start"
},
"engines": {
"node": "^5.3.0"
},
"devDependencies": {
"browser-sync": "^2.10.0",
"gulp-combine-mq": "^0.4.0",
"gulp-jade": "^1.1.0"
}
}