-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
62 lines (62 loc) · 1.42 KB
/
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
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
{
"name": "csscoder-project-template",
"version": "0.0.1",
"title": "CSSCODER Project Builder",
"description": "A template for start front-end project.",
"keywords": [
"csscoder",
"project",
"template",
"frontend",
"gulp",
"jade",
"sass",
"postcss",
"lost",
"babeljs"
],
"repository": {
"type": "git",
"url": "https://github.com/csscoderRU/project-builder.git"
},
"author": {
"name": "Alexander Zidyganov",
"url": "https://github.com/csscoderRU",
"email": "[email protected]"
},
"engines": {
"node": ">= 4.4.3"
},
"scripts": {
"init": "bower install"
},
"license": "MIT",
"devDependencies": {
"autoprefixer": "^6.3.7",
"babel-preset-es2015": "^6.9.0",
"browser-sync": "^2.13.0",
"colorguard": "^1.2.0",
"css-mqpacker": "^5.0.1",
"cssnano": "^3.7.1",
"del": "^2.2.1",
"gulp": "^3.9.1",
"gulp-babel": "^6.1.2",
"gulp-concat": "^2.6.0",
"gulp-imagemin": "^3.0.1",
"gulp-jade": "^1.1.0",
"gulp-newer": "^1.2.0",
"gulp-notify": "^2.2.0",
"gulp-open": "^2.0.0",
"gulp-plumber": "^1.1.0",
"gulp-postcss": "^6.1.1",
"gulp-sourcemaps": "^1.6.0",
"gulp-stylus": "^2.5.0",
"gulp-uglify": "^1.5.4",
"jquery": "^3.1.0",
"lost": "^7.0.3",
"postcss-font-magician": "^1.4.0",
"postcss-sprites": "^3.1.2",
"require-dir": "^0.3.0",
"run-sequence": "^1.2.2"
}
}